diff options
Diffstat (limited to 'src/newui/button.h')
-rw-r--r-- | src/newui/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newui/button.h b/src/newui/button.h index 96948267..82dc6ee9 100644 --- a/src/newui/button.h +++ b/src/newui/button.h @@ -39,7 +39,7 @@ A TQPushButton derivative with a size of a TQToolBar. Button can be rotated */ class Button : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: Button(ButtonBar *parent, const TQString text, const TQIconSet &icon = TQIconSet(), const TQString &description = TQString()); |