summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/PitchPickerDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/PitchPickerDialog.h')
-rw-r--r--src/gui/dialogs/PitchPickerDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/PitchPickerDialog.h b/src/gui/dialogs/PitchPickerDialog.h
index 23125c9..0ed78f7 100644
--- a/src/gui/dialogs/PitchPickerDialog.h
+++ b/src/gui/dialogs/PitchPickerDialog.h
@@ -43,7 +43,7 @@ class PitchPickerDialog : public KDialogBase
public:
- PitchPickerDialog(TQWidget* tqparent, int initialPitch, TQString text);
+ PitchPickerDialog(TQWidget* parent, int initialPitch, TQString text);
~PitchPickerDialog();
int getPitch() { return m_pitch->getPitch(); }