|
|
|
@ -78,7 +78,7 @@ namespace Pilot
|
|
|
|
|
class KDE_EXPORT ConduitConfigBase : public TQObject
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
/**
|
|
|
|
|
* Constructor. Creates a conduit configuration support object
|
|
|
|
@ -261,7 +261,7 @@ private:
|
|
|
|
|
class KDE_EXPORT ConduitAction : public SyncAction
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
ConduitAction(KPilotLink *,
|
|
|
|
@ -369,7 +369,7 @@ private:
|
|
|
|
|
class ConduitProxy : public ConduitAction
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
ConduitProxy(KPilotLink *,
|
|
|
|
@ -421,7 +421,7 @@ namespace PluginUtility
|
|
|
|
|
* class KPilotPlugin : public KLibFactory
|
|
|
|
|
* {
|
|
|
|
|
* Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
* public:
|
|
|
|
|
* KPilotPlugin(TQObject * = 0L,const char * = 0L) ;
|
|
|
|
|