summaryrefslogtreecommitdiffstats
path: root/src/gui/rulers/PitchRuler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/rulers/PitchRuler.cpp')
-rw-r--r--src/gui/rulers/PitchRuler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/rulers/PitchRuler.cpp b/src/gui/rulers/PitchRuler.cpp
index b771c18..117fb87 100644
--- a/src/gui/rulers/PitchRuler.cpp
+++ b/src/gui/rulers/PitchRuler.cpp
@@ -33,8 +33,8 @@ namespace Rosegarden
{
PitchRuler::
-PitchRuler(TQWidget *tqparent) :
- TQWidget(tqparent)
+PitchRuler(TQWidget *parent) :
+ TQWidget(parent)
{
// nothing else
}