diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/actionQueue.h | 2 | ||||
-rw-r--r-- | lib/kpilotdevicelink.h | 2 | ||||
-rw-r--r-- | lib/kpilotdevicelinkPrivate.h | 2 | ||||
-rw-r--r-- | lib/kpilotlink.h | 2 | ||||
-rw-r--r-- | lib/kpilotlocallink.h | 2 | ||||
-rw-r--r-- | lib/plugin.h | 8 | ||||
-rw-r--r-- | lib/recordConduit.h | 2 | ||||
-rw-r--r-- | lib/syncAction.h | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/lib/actionQueue.h b/lib/actionQueue.h index 850b33a..48c9718 100644 --- a/lib/actionQueue.h +++ b/lib/actionQueue.h @@ -56,7 +56,7 @@ */ class KDE_EXPORT ActionQueue : public SyncAction { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/lib/kpilotdevicelink.h b/lib/kpilotdevicelink.h index 673cfb0..f932371 100644 --- a/lib/kpilotdevicelink.h +++ b/lib/kpilotdevicelink.h @@ -74,7 +74,7 @@ class KDE_EXPORT KPilotDeviceLink : public KPilotLink friend class PilotSerialDatabase; friend class DeviceCommThread; -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kpilotdevicelinkPrivate.h b/lib/kpilotdevicelinkPrivate.h index 573f3e4..e14ffae 100644 --- a/lib/kpilotdevicelinkPrivate.h +++ b/lib/kpilotdevicelinkPrivate.h @@ -215,7 +215,7 @@ class DeviceCommThread : public TQObject, public TQThread { friend class KPilotDeviceLink; -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kpilotlink.h b/lib/kpilotlink.h index c2fde40..25da326 100644 --- a/lib/kpilotlink.h +++ b/lib/kpilotlink.h @@ -170,7 +170,7 @@ class PilotDatabase; */ class KDE_EXPORT KPilotLink : public TQObject { -Q_OBJECT +TQ_OBJECT friend class SyncAction; public: diff --git a/lib/kpilotlocallink.h b/lib/kpilotlocallink.h index eeeb298..cd3213c 100644 --- a/lib/kpilotlocallink.h +++ b/lib/kpilotlocallink.h @@ -42,7 +42,7 @@ */ class KDE_EXPORT KPilotLocalLink : public KPilotLink { -Q_OBJECT +TQ_OBJECT public: KPilotLocalLink( TQObject *parent=0L, const char *name=0L ); diff --git a/lib/plugin.h b/lib/plugin.h index 37a88ec..f3012c4 100644 --- a/lib/plugin.h +++ b/lib/plugin.h @@ -77,7 +77,7 @@ namespace Pilot */ class KDE_EXPORT ConduitConfigBase : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** @@ -260,7 +260,7 @@ private: class KDE_EXPORT ConduitAction : public SyncAction { -Q_OBJECT +TQ_OBJECT public: @@ -368,7 +368,7 @@ private: */ class ConduitProxy : public ConduitAction { -Q_OBJECT +TQ_OBJECT public: @@ -420,7 +420,7 @@ namespace PluginUtility KDE_EXPORT * <pre> * class KPilotPlugin : public KLibFactory * { -* Q_OBJECT +* TQ_OBJECT * * public: diff --git a/lib/recordConduit.h b/lib/recordConduit.h index d1499a5..754a248 100644 --- a/lib/recordConduit.h +++ b/lib/recordConduit.h @@ -55,7 +55,7 @@ class KPilotDeviceLink; class RecordConduitBase : public ConduitAction { -Q_OBJECT +TQ_OBJECT public: /** Constructor. The TQStringList @p a sets flags for the ConduitAction. diff --git a/lib/syncAction.h b/lib/syncAction.h index e2e7f97..3ac16e8 100644 --- a/lib/syncAction.h +++ b/lib/syncAction.h @@ -49,7 +49,7 @@ class SyncAction; class KDE_EXPORT SyncAction : public TQObject { -Q_OBJECT +TQ_OBJECT public: |