From 3017081b30370a0581cac5804516bf1d8a5c8533 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:00:46 -0600 Subject: Remove spurious TQ_OBJECT instances --- lib/actionQueue.h | 2 +- lib/kpilotdevicelink.h | 2 +- lib/kpilotdevicelinkPrivate.h | 2 +- lib/kpilotlink.h | 2 +- lib/kpilotlocallink.h | 2 +- lib/plugin.h | 8 ++++---- lib/recordConduit.h | 2 +- lib/syncAction.h | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) (limited to 'lib') diff --git a/lib/actionQueue.h b/lib/actionQueue.h index b50e8aa..3d53373 100644 --- a/lib/actionQueue.h +++ b/lib/actionQueue.h @@ -57,7 +57,7 @@ KDE_EXPORT class ActionQueue : public SyncAction { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. Pass in a KPilot device link for it to act on. diff --git a/lib/kpilotdevicelink.h b/lib/kpilotdevicelink.h index 6fe02ef..673cfb0 100644 --- a/lib/kpilotdevicelink.h +++ b/lib/kpilotdevicelink.h @@ -75,7 +75,7 @@ friend class PilotSerialDatabase; friend class DeviceCommThread; Q_OBJECT - TQ_OBJECT + public: /** diff --git a/lib/kpilotdevicelinkPrivate.h b/lib/kpilotdevicelinkPrivate.h index defdb86..573f3e4 100644 --- a/lib/kpilotdevicelinkPrivate.h +++ b/lib/kpilotdevicelinkPrivate.h @@ -216,7 +216,7 @@ class DeviceCommThread : public TQObject, public TQThread friend class KPilotDeviceLink; Q_OBJECT - TQ_OBJECT + public: DeviceCommThread(KPilotDeviceLink *d); diff --git a/lib/kpilotlink.h b/lib/kpilotlink.h index 7b00669..bfb8e92 100644 --- a/lib/kpilotlink.h +++ b/lib/kpilotlink.h @@ -171,7 +171,7 @@ class PilotDatabase; class KDE_EXPORT KPilotLink : public TQObject { Q_OBJECT - TQ_OBJECT + friend class SyncAction; public: /** A list of DBInfo structures. */ diff --git a/lib/kpilotlocallink.h b/lib/kpilotlocallink.h index 05efdd5..fd74bab 100644 --- a/lib/kpilotlocallink.h +++ b/lib/kpilotlocallink.h @@ -43,7 +43,7 @@ class KDE_EXPORT KPilotLocalLink : public KPilotLink { Q_OBJECT - TQ_OBJECT + public: KPilotLocalLink( TQObject *parent=0L, const char *name=0L ); virtual ~KPilotLocalLink(); diff --git a/lib/plugin.h b/lib/plugin.h index f1dbec8..33cdee4 100644 --- a/lib/plugin.h +++ b/lib/plugin.h @@ -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) ; diff --git a/lib/recordConduit.h b/lib/recordConduit.h index 87aa44e..6dbb136 100644 --- a/lib/recordConduit.h +++ b/lib/recordConduit.h @@ -56,7 +56,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 8636731..e2e7f97 100644 --- a/lib/syncAction.h +++ b/lib/syncAction.h @@ -50,7 +50,7 @@ class SyncAction; class KDE_EXPORT SyncAction : public TQObject { Q_OBJECT - TQ_OBJECT + public: SyncAction(KPilotLink *p, -- cgit v1.2.1