diff options
Diffstat (limited to 'kasteroids/toplevel.h')
| -rw-r--r-- | kasteroids/toplevel.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/kasteroids/toplevel.h b/kasteroids/toplevel.h index af8838b1..72d0f19c 100644 --- a/kasteroids/toplevel.h +++ b/kasteroids/toplevel.h @@ -20,7 +20,7 @@ class KALedMeter;  class TQLCDNumber;  class KDialogBase; -class KAstTopLevel : public KMainWindow +class KAstTopLevel : public TDEMainWindow  {      Q_OBJECT @@ -29,7 +29,7 @@ public:      virtual ~KAstTopLevel();  private: -    void initKAction(); +    void initTDEAction();      void playSound( const char *snd );      void readSoundMapping();      void doStats(); @@ -86,9 +86,9 @@ private:      enum Action { Invalid, Launch, Thrust, RotateLeft, RotateRight, Shoot,                      Teleport, Brake, Shield }; -    TQMap<Action, KAction*> keycodes; +    TQMap<Action, TDEAction*> keycodes; -    KAction *launchAction; +    TDEAction *launchAction;  };  #endif | 
