summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationTool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationTool.cpp')
-rw-r--r--src/gui/editors/notation/NotationTool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NotationTool.cpp b/src/gui/editors/notation/NotationTool.cpp
index b187fbb..6d32782 100644
--- a/src/gui/editors/notation/NotationTool.cpp
+++ b/src/gui/editors/notation/NotationTool.cpp
@@ -44,13 +44,13 @@ NotationTool::~NotationTool()
NOTATION_DEBUG << "NotationTool::~NotationTool()" << endl;
// delete m_menu;
- // m_parentView->factory()->removeClient(this);
+ // m_tqparentView->factory()->removeClient(this);
// m_instance = 0;
}
void NotationTool::ready()
{
- m_nParentView->setCanvasCursor(Qt::arrowCursor);
+ m_nParentView->setCanvasCursor(TQt::arrowCursor);
m_nParentView->setHeightTracking(false);
}