summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/QCanvasMatrixRectangle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/matrix/QCanvasMatrixRectangle.cpp')
-rw-r--r--src/gui/editors/matrix/QCanvasMatrixRectangle.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/matrix/QCanvasMatrixRectangle.cpp b/src/gui/editors/matrix/QCanvasMatrixRectangle.cpp
index a27b480..bbee6de 100644
--- a/src/gui/editors/matrix/QCanvasMatrixRectangle.cpp
+++ b/src/gui/editors/matrix/QCanvasMatrixRectangle.cpp
@@ -26,15 +26,15 @@
#include "QCanvasMatrixRectangle.h"
#include "MatrixElement.h"
-#include <qcanvas.h>
+#include <tqcanvas.h>
namespace Rosegarden
{
QCanvasMatrixRectangle::QCanvasMatrixRectangle(MatrixElement& n,
- QCanvas* canvas)
- : QCanvasRectangle(canvas),
+ TQCanvas* canvas)
+ : TQCanvasRectangle(canvas),
m_matrixElement(n)
{}