diff options
Diffstat (limited to 'src/gui/rulers/PropertyControlRuler.cpp')
-rw-r--r-- | src/gui/rulers/PropertyControlRuler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/rulers/PropertyControlRuler.cpp b/src/gui/rulers/PropertyControlRuler.cpp index 4a01cb0..d91a515 100644 --- a/src/gui/rulers/PropertyControlRuler.cpp +++ b/src/gui/rulers/PropertyControlRuler.cpp @@ -54,11 +54,11 @@ namespace Rosegarden PropertyControlRuler::PropertyControlRuler(PropertyName propertyName, Staff* staff, RulerScale* rulerScale, - EditViewBase* tqparentView, + EditViewBase* parentView, TQCanvas* c, TQWidget* tqparent, const char* name, WFlags f) : ControlRuler(&(staff->getSegment()), rulerScale, - tqparentView, c, tqparent, name, f), + parentView, c, tqparent, name, f), m_propertyName(propertyName), m_staff(staff), m_propertyLine(new TQCanvasLine(canvas())), @@ -391,7 +391,7 @@ PropertyControlRuler::drawPropertyLine(timeT startTime, startValue, endValue); - m_tqparentEditView->addCommandToHistory(command); + m_parentEditView->addCommandToHistory(command); } else { |