|
|
@ -75,7 +75,7 @@ namespace Pilot
|
|
|
|
* seems a little foolish.
|
|
|
|
* seems a little foolish.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
class KDE_EXPORT ConduitConfigBase : public TQObject
|
|
|
|
class TDE_EXPORT ConduitConfigBase : public TQObject
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TQ_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
@ -192,7 +192,7 @@ signals:
|
|
|
|
* by the conduit and offer rollback functionality if we think the
|
|
|
|
* by the conduit and offer rollback functionality if we think the
|
|
|
|
* conduit has behaved improperly.
|
|
|
|
* conduit has behaved improperly.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
class KDE_EXPORT CUDCounter
|
|
|
|
class TDE_EXPORT CUDCounter
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
/** Create new counter initialized to 0, and be told what
|
|
|
|
/** Create new counter initialized to 0, and be told what
|
|
|
@ -258,7 +258,7 @@ private:
|
|
|
|
* conduit can read/write metadata and local settings.
|
|
|
|
* conduit can read/write metadata and local settings.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
class KDE_EXPORT ConduitAction : public SyncAction
|
|
|
|
class TDE_EXPORT ConduitAction : public SyncAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TQ_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
@ -388,7 +388,7 @@ protected:
|
|
|
|
} ;
|
|
|
|
} ;
|
|
|
|
|
|
|
|
|
|
|
|
/** A namespace containing only static helper methods. */
|
|
|
|
/** A namespace containing only static helper methods. */
|
|
|
|
namespace PluginUtility KDE_EXPORT
|
|
|
|
namespace PluginUtility TDE_EXPORT
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/** Searches the argument list for --foo=bar and returns bar, TQString() if not found.
|
|
|
|
/** Searches the argument list for --foo=bar and returns bar, TQString() if not found.
|
|
|
|
* Don't include the -- in the argname. */
|
|
|
|
* Don't include the -- in the argname. */
|
|
|
|