diff options
Diffstat (limited to 'src/gui/widgets/WheelyButton.h')
-rw-r--r-- | src/gui/widgets/WheelyButton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/WheelyButton.h b/src/gui/widgets/WheelyButton.h index 17dd803..d211564 100644 --- a/src/gui/widgets/WheelyButton.h +++ b/src/gui/widgets/WheelyButton.h @@ -41,7 +41,7 @@ namespace Rosegarden class WheelyButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: WheelyButton(TQWidget *w) : TQPushButton(w) { } |