diff options
Diffstat (limited to 'src/gui/widgets/PitchChooser.h')
-rw-r--r-- | src/gui/widgets/PitchChooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/PitchChooser.h b/src/gui/widgets/PitchChooser.h index ef6dcf5..bc8e742 100644 --- a/src/gui/widgets/PitchChooser.h +++ b/src/gui/widgets/PitchChooser.h @@ -47,7 +47,7 @@ class PitchChooser : public TQGroupBox TQ_OBJECT public: PitchChooser(TQString title, - TQWidget *tqparent, + TQWidget *parent, int defaultPitch = 60); int getPitch() const; |