diff options
Diffstat (limited to 'ktron/tron.h')
-rw-r--r-- | ktron/tron.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktron/tron.h b/ktron/tron.h index eeeab068..730ca0a0 100644 --- a/ktron/tron.h +++ b/ktron/tron.h @@ -45,7 +45,7 @@ enum {BACKGROUND=0, PLAYER1=1,PLAYER2=2,TOP=4,BOTTOM=8,LEFT=16,RIGHT=32}; */ class Tron : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |