summaryrefslogtreecommitdiffstats
path: root/kblackbox/kbbgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'kblackbox/kbbgame.h')
-rw-r--r--kblackbox/kbbgame.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kblackbox/kbbgame.h b/kblackbox/kbbgame.h
index 22305a46..de73cb9e 100644
--- a/kblackbox/kbbgame.h
+++ b/kblackbox/kbbgame.h
@@ -18,8 +18,8 @@
#include <kmainwindow.h>
#include <krandomsequence.h>
-class KSelectAction;
-class KToggleAction;
+class TDESelectAction;
+class TDEToggleAction;
/*
Types of the boxes (used f.e.g. in the traceRay() method)
@@ -47,7 +47,7 @@ class KToggleAction;
#define SRUN 2
#define SSIZE 3
-class KBBGame : public KMainWindow
+class KBBGame : public TDEMainWindow
{
Q_OBJECT
@@ -83,7 +83,7 @@ private:
int traceRay( int startX, int startY, int *endX, int *endY );
void remap( RectOnArray *gam, RectOnArray *gra );
void getResults();
- void initKAction();
+ void initTDEAction();
int balls;
int detourCounter;
@@ -98,8 +98,8 @@ private:
TQLabel *statusText;*/
KRandomSequence random;
- KSelectAction *ballsAction, *sizeAction;
- KToggleAction *tutorialAction;
+ TDESelectAction *ballsAction, *sizeAction;
+ TDEToggleAction *tutorialAction;
};
#endif // KBBGAME_H