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 /conduits/malconduit | |
parent | 6e9775939366fc8cfdf3a26bfc08280a00026ec5 (diff) | |
download | kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.tar.gz kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'conduits/malconduit')
-rw-r--r-- | conduits/malconduit/mal-conduit.h | 2 | ||||
-rw-r--r-- | conduits/malconduit/mal-factory.h | 2 | ||||
-rw-r--r-- | conduits/malconduit/mal-setup.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conduits/malconduit/mal-conduit.h b/conduits/malconduit/mal-conduit.h index 46e5551..861772a 100644 --- a/conduits/malconduit/mal-conduit.h +++ b/conduits/malconduit/mal-conduit.h @@ -38,7 +38,7 @@ class MALConduit : public ConduitAction { Q_OBJECT - TQ_OBJECT + public: MALConduit( KPilotLink *o, diff --git a/conduits/malconduit/mal-factory.h b/conduits/malconduit/mal-factory.h index 8c95acf..8c4f235 100644 --- a/conduits/malconduit/mal-factory.h +++ b/conduits/malconduit/mal-factory.h @@ -40,7 +40,7 @@ class KAboutData; class MALConduitFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: MALConduitFactory(TQObject * = 0L,const char * = 0L); diff --git a/conduits/malconduit/mal-setup.h b/conduits/malconduit/mal-setup.h index 6114c28..6bcd6c6 100644 --- a/conduits/malconduit/mal-setup.h +++ b/conduits/malconduit/mal-setup.h @@ -40,7 +40,7 @@ class MALWidget; class MALWidgetSetup : public ConduitConfigBase { Q_OBJECT - TQ_OBJECT + public: MALWidgetSetup(TQWidget *,const char *); virtual ~MALWidgetSetup(); |