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 dd228bf..3e5759c 100644 --- a/src/gui/dialogs/PitchDialog.h +++ b/src/gui/dialogs/PitchDialog.h @@ -44,7 +44,7 @@ class PitchDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - PitchDialog(TQWidget *tqparent, TQString title, int defaultPitch = 60); + PitchDialog(TQWidget *parent, TQString title, int defaultPitch = 60); int getPitch() const; |