diff options
Diffstat (limited to 'ktron/tron.h')
-rw-r--r-- | ktron/tron.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ktron/tron.h b/ktron/tron.h index 821beddb..eeeab068 100644 --- a/ktron/tron.h +++ b/ktron/tron.h @@ -32,7 +32,7 @@ #include <math.h> #include <krandomsequence.h> -class KActionCollection; +class TDEActionCollection; #include "player.h" @@ -51,7 +51,7 @@ class Tron : public TQWidget public: Tron(TQWidget *parent=0, const char *name=0); ~Tron(); - void setActionCollection(KActionCollection*); + void setActionCollection(TDEActionCollection*); void updatePixmap(); void setBackgroundPix(TQPixmap); void setComputerplayer(Player player, bool); @@ -91,7 +91,7 @@ protected: private: /** Stores key shortcuts */ - KActionCollection* actionCollection; + TDEActionCollection* actionCollection; /** Drawing buffer */ TQPixmap *pixmap; /** The playingfield */ |