diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:07:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:07:32 -0600 |
commit | e8f365173e37780bc769530f21a4c23818cd6379 (patch) | |
tree | 21148d06d650a0680c5ad9dfeb5a35bb4b3cca4a /kiconedit/knew.h | |
parent | 39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff) | |
download | tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kiconedit/knew.h')
-rw-r--r-- | kiconedit/knew.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kiconedit/knew.h b/kiconedit/knew.h index 12aa639e..a28f1c4e 100644 --- a/kiconedit/knew.h +++ b/kiconedit/knew.h @@ -64,7 +64,7 @@ private: class KIconListBox : public TQListBox { Q_OBJECT - TQ_OBJECT + public: KIconListBox( TQWidget *parent ) : TQListBox(parent) {} ; const TQString path(int idx) { return ((KIconListBoxItem*)item(idx))->path(); } @@ -97,7 +97,7 @@ private: class NewSelect : public TQWidget { Q_OBJECT - TQ_OBJECT + public: NewSelect(TQWidget *parent); ~NewSelect(); @@ -117,7 +117,7 @@ protected: class NewFromTemplate : public TQWidget { Q_OBJECT - TQ_OBJECT + public: NewFromTemplate(TQWidget *parent); ~NewFromTemplate(); @@ -136,7 +136,7 @@ protected: class KNewIcon : public KWizard { Q_OBJECT - TQ_OBJECT + public: KNewIcon(TQWidget *parent); ~KNewIcon(); |