diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:46 -0600 |
commit | 3017081b30370a0581cac5804516bf1d8a5c8533 (patch) | |
tree | 572e2ad691fe12cf5beb4871c15c38273b3f267c /lib/plugin.h | |
parent | 6e9775939366fc8cfdf3a26bfc08280a00026ec5 (diff) | |
download | kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.tar.gz kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'lib/plugin.h')
-rw-r--r-- | lib/plugin.h | 8 |
1 files changed, 4 insertions, 4 deletions
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) ; |