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