diff options
Diffstat (limited to 'src/gui/dialogs/SplitByPitchDialog.h')
-rw-r--r-- | src/gui/dialogs/SplitByPitchDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/SplitByPitchDialog.h b/src/gui/dialogs/SplitByPitchDialog.h index def9f01..87ce40f 100644 --- a/src/gui/dialogs/SplitByPitchDialog.h +++ b/src/gui/dialogs/SplitByPitchDialog.h @@ -45,7 +45,7 @@ class SplitByPitchDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - SplitByPitchDialog(TQWidget *tqparent); + SplitByPitchDialog(TQWidget *parent); int getPitch(); |