diff options
Diffstat (limited to 'lib/kopainter/koFrameButton.h')
-rw-r--r-- | lib/kopainter/koFrameButton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kopainter/koFrameButton.h b/lib/kopainter/koFrameButton.h index 41f33837..67be4340 100644 --- a/lib/kopainter/koFrameButton.h +++ b/lib/kopainter/koFrameButton.h @@ -29,7 +29,7 @@ class TQString; class KoFrameButton : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KoFrameButton(TQWidget *parent = 0, const char *name = 0); KoFrameButton(const TQString &text, TQWidget *parent = 0, const char *name = 0); |