summaryrefslogtreecommitdiffstats
path: root/ksnake/basket.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/basket.h')
-rw-r--r--ksnake/basket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksnake/basket.h b/ksnake/basket.h
index af8b30ea..96d253f8 100644
--- a/ksnake/basket.h
+++ b/ksnake/basket.h
@@ -34,7 +34,7 @@ enum Fruits { Red, Golden };
class Kaffee : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
Kaffee(int pos, int r1, int r2);
@@ -51,7 +51,7 @@ private:
class Basket : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
Basket(Board *b, PixServer *p);