diff options
Diffstat (limited to 'src/gui/widgets/PitchChooser.h')
-rw-r--r-- | src/gui/widgets/PitchChooser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/PitchChooser.h b/src/gui/widgets/PitchChooser.h index 4c844ca..ef6dcf5 100644 --- a/src/gui/widgets/PitchChooser.h +++ b/src/gui/widgets/PitchChooser.h @@ -41,12 +41,13 @@ namespace Rosegarden class PitchDragLabel; -class PitchChooser : public QGroupBox +class PitchChooser : public TQGroupBox { Q_OBJECT + TQ_OBJECT public: PitchChooser(TQString title, - TQWidget *parent, + TQWidget *tqparent, int defaultPitch = 60); int getPitch() const; |