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 /kooka/img_saver.h | |
parent | 39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff) | |
download | tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kooka/img_saver.h')
-rw-r--r-- | kooka/img_saver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/img_saver.h b/kooka/img_saver.h index 0f9a713a..47596472 100644 --- a/kooka/img_saver.h +++ b/kooka/img_saver.h @@ -101,7 +101,7 @@ class KookaImage; class FormatDialog:public KDialogBase { Q_OBJECT - TQ_OBJECT + public: FormatDialog( TQWidget *parent, const TQString&, const char * ); @@ -145,7 +145,7 @@ private: class ImgSaver:public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * constructor of the image-saver object. |