diff options
Diffstat (limited to 'ktron/ktron.h')
-rw-r--r-- | ktron/ktron.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ktron/ktron.h b/ktron/ktron.h index d063b792..262d56ef 100644 --- a/ktron/ktron.h +++ b/ktron/ktron.h @@ -29,14 +29,14 @@ #include <kmainwindow.h> #include "tron.h" -class KAccel; -class KSelectAction; +class TDEAccel; +class TDESelectAction; class Tron; /** * @short The main window of KTron */ -class KTron : public KMainWindow { +class KTron : public TDEMainWindow { Q_OBJECT @@ -45,7 +45,7 @@ public: KTron(TQWidget *parent=0, const char *name=0); private: - KAccel *accel; + TDEAccel *accel; Tron *tron; TQString playerName[2]; int playerPoints[2]; |