summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/QCanvasMatrixRectangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/matrix/QCanvasMatrixRectangle.h')
-rw-r--r--src/gui/editors/matrix/QCanvasMatrixRectangle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/matrix/QCanvasMatrixRectangle.h b/src/gui/editors/matrix/QCanvasMatrixRectangle.h
index 6ef7ed8..12c209d 100644
--- a/src/gui/editors/matrix/QCanvasMatrixRectangle.h
+++ b/src/gui/editors/matrix/QCanvasMatrixRectangle.h
@@ -23,8 +23,8 @@
COPYING included with this distribution for more information.
*/
-#ifndef _RG_QCANVASMATRIXRECTANGLE_H_
-#define _RG_QCANVASMATRIXRECTANGLE_H_
+#ifndef _RG_TQCANVASMATRIXRECTANGLE_H_
+#define _RG_TQCANVASMATRIXRECTANGLE_H_
#include <tqcanvas.h>
@@ -38,7 +38,7 @@ class MatrixElement;
/**
* A TQCanvasRectangle referencing a MatrixElement
*/
-class QCanvasMatrixRectangle : public QCanvasRectangle
+class QCanvasMatrixRectangle : public TQCanvasRectangle
{
public:
QCanvasMatrixRectangle(MatrixElement&, TQCanvas*);