summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umlviewcanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umlviewcanvas.h')
-rw-r--r--umbrello/umbrello/umlviewcanvas.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/umlviewcanvas.h b/umbrello/umbrello/umlviewcanvas.h
index 78d7d4dd..6fb39e4e 100644
--- a/umbrello/umbrello/umlviewcanvas.h
+++ b/umbrello/umbrello/umlviewcanvas.h
@@ -12,7 +12,7 @@
#ifndef UMLVIEWCANVAS_H
#define UMLVIEWCANVAS_H
-#include <qcanvas.h>
+#include <tqcanvas.h>
/**
*@author Paul Hensgen
@@ -20,7 +20,7 @@
*/
class UMLView;
-class UMLViewCanvas : public QCanvas {
+class UMLViewCanvas : public TQCanvas {
public:
/**
* Constructor
@@ -37,7 +37,7 @@ protected:
/**
* Overrides default method.
*/
- virtual void drawBackground( QPainter & painter, const QRect & clip );
+ virtual void drawBackground( TQPainter & painter, const TQRect & clip );
/**
* The view the canvas is associated with.