summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/MatrixStaff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/matrix/MatrixStaff.cpp')
-rw-r--r--src/gui/editors/matrix/MatrixStaff.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/matrix/MatrixStaff.cpp b/src/gui/editors/matrix/MatrixStaff.cpp
index b6be79f..55491d0 100644
--- a/src/gui/editors/matrix/MatrixStaff.cpp
+++ b/src/gui/editors/matrix/MatrixStaff.cpp
@@ -46,13 +46,13 @@
#include "MatrixElement.h"
#include "MatrixView.h"
#include "MatrixVLayout.h"
-#include <qcanvas.h>
+#include <tqcanvas.h>
namespace Rosegarden
{
-MatrixStaff::MatrixStaff(QCanvas *canvas,
+MatrixStaff::MatrixStaff(TQCanvas *canvas,
Segment *segment,
SnapGrid *snapGrid,
int id,
@@ -144,7 +144,7 @@ void MatrixStaff::positionElement(ViewElement* vel)
// Memorize initial rectangle position. May be some overlap rectangles
// belonging to other notes are here and should be refreshed after
// current element is moved.
- QRect initialRect;
+ TQRect initialRect;
bool rectWasVisible;
if (! m_view->isDrumMode())
rectWasVisible = el->getVisibleRectangle(initialRect);