summaryrefslogtreecommitdiffstats
path: root/ksnake/snake.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/snake.h')
-rw-r--r--ksnake/snake.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ksnake/snake.h b/ksnake/snake.h
index 6ea2dac2..206ea126 100644
--- a/ksnake/snake.h
+++ b/ksnake/snake.h
@@ -30,10 +30,11 @@
#include "pixServer.h"
#include "board.h"
-class Snake : public QObject
+class Snake : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
signals:
void score(bool, int);
@@ -45,7 +46,7 @@ signals:
public:
Snake(Board *b, PixServer *p, Gate g, PixMap x);
~Snake() {}
- void repaint( bool );
+ void tqrepaint( bool );
void zero();
protected: