diff options
Diffstat (limited to 'src/gui/dialogs/PitchDialog.h')
-rw-r--r-- | src/gui/dialogs/PitchDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/PitchDialog.h b/src/gui/dialogs/PitchDialog.h index 3e5759c..a30da3e 100644 --- a/src/gui/dialogs/PitchDialog.h +++ b/src/gui/dialogs/PitchDialog.h @@ -42,7 +42,7 @@ class PitchChooser; class PitchDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PitchDialog(TQWidget *parent, TQString title, int defaultPitch = 60); |