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 --- kiconedit/kicongrid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kiconedit/kicongrid.h') diff --git a/kiconedit/kicongrid.h b/kiconedit/kicongrid.h index e87ae69a..1b153be4 100644 --- a/kiconedit/kicongrid.h +++ b/kiconedit/kicongrid.h @@ -90,7 +90,7 @@ class RepaintCommand : public KCommand { class KGridView : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KGridView( TQImage *image, KCommandHistory* history, TQWidget * parent = 0, const char *name = 0); @@ -132,7 +132,7 @@ protected: class KIconEditGrid : public KColorGrid { Q_OBJECT - TQ_OBJECT + public: KIconEditGrid( TQImage *image, KCommandHistory* h, TQWidget * parent = 0, const char *name = 0); virtual ~KIconEditGrid(); -- cgit v1.2.1