From e8f365173e37780bc769530f21a4c23818cd6379 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- kooka/img_saver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kooka/img_saver.h') 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. -- cgit v1.2.1