summaryrefslogtreecommitdiffstats
path: root/kbounce/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbounce/game.h')
-rw-r--r--kbounce/game.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbounce/game.h b/kbounce/game.h
index cb7fd66d..761d1235 100644
--- a/kbounce/game.h
+++ b/kbounce/game.h
@@ -54,7 +54,7 @@ class Ball : public TQCanvasSprite
class Wall : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Direction { Up, Down, Left, Right };
@@ -88,7 +88,7 @@ private:
class JezzField : public TQCanvas
{
- Q_OBJECT
+ TQ_OBJECT
public:
JezzField( const TQPixmap &tiles, const TQPixmap &background, TQObject* parent = 0, const char* name = 0 );
@@ -114,7 +114,7 @@ private:
class JezzView : public TQCanvasView
{
- Q_OBJECT
+ TQ_OBJECT
public:
JezzView(TQCanvas* viewing=0, TQWidget* parent=0, const char* name=0, WFlags f=0);
@@ -132,7 +132,7 @@ private:
class JezzGame : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: