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 db0533f5..821beddb 100644 --- a/ktron/tron.h +++ b/ktron/tron.h @@ -46,7 +46,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: Tron(TQWidget *parent=0, const char *name=0); |