From 28166400a4ac95793e5adb51721722e8656ebe4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- kicker-applets/kolourpicker/simplebutton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kicker-applets/kolourpicker/simplebutton.h') diff --git a/kicker-applets/kolourpicker/simplebutton.h b/kicker-applets/kolourpicker/simplebutton.h index 9c66f85..8a0cb89 100644 --- a/kicker-applets/kolourpicker/simplebutton.h +++ b/kicker-applets/kolourpicker/simplebutton.h @@ -29,7 +29,7 @@ class KDE_EXPORT SimpleButton : public TQButton { Q_OBJECT - TQ_OBJECT + public: SimpleButton(TQWidget *parent, const char *name = 0); @@ -64,7 +64,7 @@ class KDE_EXPORT SimpleButton : public TQButton class KDE_EXPORT SimpleArrowButton: public SimpleButton { Q_OBJECT - TQ_OBJECT + public: SimpleArrowButton(TQWidget *parent = 0, TQt::ArrowType arrow = TQt::UpArrow, const char *name = 0); -- cgit v1.2.1