diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
commit | 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 (patch) | |
tree | 7aca707994f0758ad30d3bcc0041d5b246f2269e /kig/kfile | |
parent | 84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff) | |
download | tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kig/kfile')
-rw-r--r-- | kig/kfile/kfile_drgeo.h | 2 | ||||
-rw-r--r-- | kig/kfile/kfile_kig.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kig/kfile/kfile_drgeo.h b/kig/kfile/kfile_drgeo.h index 950c6093..94b6f696 100644 --- a/kig/kfile/kfile_drgeo.h +++ b/kig/kfile/kfile_drgeo.h @@ -28,7 +28,7 @@ class TQStringList; class DrgeoPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: DrgeoPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kig/kfile/kfile_kig.h b/kig/kfile/kfile_kig.h index c0d248f6..5d1790ce 100644 --- a/kig/kfile/kfile_kig.h +++ b/kig/kfile/kfile_kig.h @@ -28,7 +28,7 @@ class TQStringList; class KigPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KigPlugin( TQObject *parent, const char *name, const TQStringList& args ); |