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