summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/MatrixEraser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/matrix/MatrixEraser.cpp')
-rw-r--r--src/gui/editors/matrix/MatrixEraser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/matrix/MatrixEraser.cpp b/src/gui/editors/matrix/MatrixEraser.cpp
index 226c4a8..a5f261a 100644
--- a/src/gui/editors/matrix/MatrixEraser.cpp
+++ b/src/gui/editors/matrix/MatrixEraser.cpp
@@ -43,8 +43,8 @@
namespace Rosegarden
{
-MatrixEraser::MatrixEraser(MatrixView* parent)
- : MatrixTool("MatrixEraser", parent),
+MatrixEraser::MatrixEraser(MatrixView* tqparent)
+ : MatrixTool("MatrixEraser", tqparent),
m_currentStaff(0)
{
TQString pixmapDir = KGlobal::dirs()->findResource("appdata", "pixmaps/");
@@ -96,7 +96,7 @@ void MatrixEraser::handleLeftButtonPress(timeT,
void MatrixEraser::ready()
{
- m_mParentView->setCanvasCursor(Qt::pointingHandCursor);
+ m_mParentView->setCanvasCursor(TQt::pointingHandCursor);
setBasicContextHelp();
}