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 --- kuickshow/src/imlibwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kuickshow/src/imlibwidget.h') diff --git a/kuickshow/src/imlibwidget.h b/kuickshow/src/imlibwidget.h index 97a2db96..abbd1345 100644 --- a/kuickshow/src/imlibwidget.h +++ b/kuickshow/src/imlibwidget.h @@ -37,7 +37,7 @@ class KuickImage; class ImageCache : public TQObject { Q_OBJECT - TQ_OBJECT + public: ImageCache( ImlibData *id, int maxImages=1 ); @@ -76,7 +76,7 @@ class TQColor; class ImlibWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: -- cgit v1.2.3