diff options
Diffstat (limited to 'src/gui/dialogs/PitchDialog.cpp')
-rw-r--r-- | src/gui/dialogs/PitchDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/PitchDialog.cpp b/src/gui/dialogs/PitchDialog.cpp index 169ff21..c484142 100644 --- a/src/gui/dialogs/PitchDialog.cpp +++ b/src/gui/dialogs/PitchDialog.cpp @@ -36,8 +36,8 @@ namespace Rosegarden { -PitchDialog::PitchDialog(TQWidget *tqparent, TQString title, int defaultPitch) : - KDialogBase(tqparent, 0, true, title, User1 | Ok) +PitchDialog::PitchDialog(TQWidget *parent, TQString title, int defaultPitch) : + KDialogBase(parent, 0, true, title, User1 | Ok) { TQVBox *vbox = makeVBoxMainWidget(); m_pitchChooser = new PitchChooser(title, vbox, defaultPitch); |