summaryrefslogtreecommitdiffstats
path: root/khangman/khangman/khangman.h
diff options
context:
space:
mode:
Diffstat (limited to 'khangman/khangman/khangman.h')
-rw-r--r--khangman/khangman/khangman.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/khangman/khangman/khangman.h b/khangman/khangman/khangman.h
index 7dd21980..9fddf835 100644
--- a/khangman/khangman/khangman.h
+++ b/khangman/khangman/khangman.h
@@ -30,8 +30,8 @@
#include "khangmanview.h"
-class KSelectAction;
-class KToggleAction;
+class TDESelectAction;
+class TDEToggleAction;
class KHNewStuff;
class advanced;
@@ -48,7 +48,7 @@ const int IDS_HINT = 103;
* @author Anne-Marie Mahfouf <annemarie.mahfouf@free.fr>
* @version 0.1
*/
-class KHangMan : public KMainWindow
+class KHangMan : public TDEMainWindow
{
Q_OBJECT
@@ -71,7 +71,7 @@ public:
void changeStatusbar(const TQString& text, int id);
///Action that sets up the Language menu
- KSelectAction *m_languageAction;
+ TDESelectAction *m_languageAction;
///Method to set the current language into the Statusbar and to pass it to KHangManView
void setLanguages();
@@ -146,11 +146,11 @@ private:
KHNewStuff *m_newStuff;
// Actions in the Game menu
- KSelectAction *m_levelAction;
- KSelectAction *m_modeAction;
+ TDESelectAction *m_levelAction;
+ TDESelectAction *m_modeAction;
///Create the Special Characters Toolbar
- KToolBar *secondToolbar;
+ TDEToolBar *secondToolbar;
// True if the language has no special chars, such as en, it and nl.
// FIXME: Reverse the bool. Negated bools are difficult to read.