summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/PitchChooser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/PitchChooser.cpp')
-rw-r--r--src/gui/widgets/PitchChooser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/PitchChooser.cpp b/src/gui/widgets/PitchChooser.cpp
index b46efda..869d11c 100644
--- a/src/gui/widgets/PitchChooser.cpp
+++ b/src/gui/widgets/PitchChooser.cpp
@@ -40,9 +40,9 @@ namespace Rosegarden
{
PitchChooser::PitchChooser(TQString title,
- TQWidget *tqparent,
+ TQWidget *parent,
int defaultPitch) :
- TQGroupBox(1, Qt::Horizontal, title, tqparent),
+ TQGroupBox(1, Qt::Horizontal, title, parent),
m_defaultPitch(defaultPitch)
{
m_pitchDragLabel = new PitchDragLabel(this, defaultPitch);