diff options
Diffstat (limited to 'ktron/tron.h')
-rw-r--r-- | ktron/tron.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ktron/tron.h b/ktron/tron.h index 188604d8..16e8722b 100644 --- a/ktron/tron.h +++ b/ktron/tron.h @@ -43,12 +43,13 @@ enum {BACKGROUND=0, PLAYER1=1,PLAYER2=2,TOP=4,BOTTOM=8,LEFT=16,RIGHT=32}; /** * @short The playingfield */ -class Tron : public QWidget +class Tron : public TQWidget { Q_OBJECT + TQ_OBJECT public: - Tron(TQWidget *parent=0, const char *name=0); + Tron(TQWidget *tqparent=0, const char *name=0); ~Tron(); void setActionCollection(KActionCollection*); void updatePixmap(); |