summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/PitchDragLabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/PitchDragLabel.cpp')
-rw-r--r--src/gui/widgets/PitchDragLabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/PitchDragLabel.cpp b/src/gui/widgets/PitchDragLabel.cpp
index 55a06d5..b43c15f 100644
--- a/src/gui/widgets/PitchDragLabel.cpp
+++ b/src/gui/widgets/PitchDragLabel.cpp
@@ -38,10 +38,10 @@
namespace Rosegarden
{
-PitchDragLabel::PitchDragLabel(TQWidget *tqparent,
+PitchDragLabel::PitchDragLabel(TQWidget *parent,
int defaultPitch,
bool defaultSharps) :
- TQWidget(tqparent),
+ TQWidget(parent),
m_pitch(defaultPitch),
m_usingSharps(defaultSharps),
m_clickedY(0),