summaryrefslogtreecommitdiffstats
path: root/src/gui/rulers/PropertyControlRuler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/rulers/PropertyControlRuler.cpp')
-rw-r--r--src/gui/rulers/PropertyControlRuler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/rulers/PropertyControlRuler.cpp b/src/gui/rulers/PropertyControlRuler.cpp
index e832907..ddfe3fe 100644
--- a/src/gui/rulers/PropertyControlRuler.cpp
+++ b/src/gui/rulers/PropertyControlRuler.cpp
@@ -55,10 +55,10 @@ PropertyControlRuler::PropertyControlRuler(PropertyName propertyName,
Staff* staff,
RulerScale* rulerScale,
EditViewBase* parentView,
- TQCanvas* c, TQWidget* tqparent,
+ TQCanvas* c, TQWidget* parent,
const char* name, WFlags f) :
ControlRuler(&(staff->getSegment()), rulerScale,
- parentView, c, tqparent, name, f),
+ parentView, c, parent, name, f),
m_propertyName(propertyName),
m_staff(staff),
m_propertyLine(new TQCanvasLine(canvas())),