summaryrefslogtreecommitdiffstats
path: root/knights/challenge_rectangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/challenge_rectangle.h')
-rw-r--r--knights/challenge_rectangle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/knights/challenge_rectangle.h b/knights/challenge_rectangle.h
index 02488ff..d94752c 100644
--- a/knights/challenge_rectangle.h
+++ b/knights/challenge_rectangle.h
@@ -18,13 +18,13 @@
#ifndef CHALLENGE_RECTANGLE_H
#define CHALLENGE_RECTANGLE_H
-#include <qcanvas.h>
+#include <tqcanvas.h>
#include "challenge_game.h"
-class Challenge_Rectangle : public QCanvasRectangle
+class Challenge_Rectangle : public TQCanvasRectangle
{
public:
- Challenge_Rectangle(int x=0, int y=0, int width=0, int height=0, QCanvas * canvas=0, Challenge_Game * ptr=0);
+ Challenge_Rectangle(int x=0, int y=0, int width=0, int height=0, TQCanvas * canvas=0, Challenge_Game * ptr=0);
~Challenge_Rectangle();
Challenge_Game* getGame();