summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationCanvasView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationCanvasView.cpp')
-rw-r--r--src/gui/editors/notation/NotationCanvasView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NotationCanvasView.cpp b/src/gui/editors/notation/NotationCanvasView.cpp
index 40c2d59..a80d04d 100644
--- a/src/gui/editors/notation/NotationCanvasView.cpp
+++ b/src/gui/editors/notation/NotationCanvasView.cpp
@@ -49,9 +49,9 @@ namespace Rosegarden
{
NotationCanvasView::NotationCanvasView(const LinedStaffManager &staffmgr,
- TQCanvas *viewing, TQWidget *tqparent,
+ TQCanvas *viewing, TQWidget *parent,
const char *name, WFlags f) :
- RosegardenCanvasView(viewing, tqparent, name, f),
+ RosegardenCanvasView(viewing, parent, name, f),
m_linedStaffManager(staffmgr),
m_lastYPosNearStaff(0),
m_currentStaff(0),