summaryrefslogtreecommitdiffstats
path: root/kblackbox/kbbgame.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:46 -0600
commit58a97ed3af5e4df6c4a58d043b0c267bd97056a9 (patch)
tree5a2fde6842fd422cae2d8670d382be965098cc32 /kblackbox/kbbgame.h
parent2ce15ee76fd2d9d18a63c035a0f5b00b94c60cdc (diff)
downloadtdegames-58a97ed3af5e4df6c4a58d043b0c267bd97056a9.tar.gz
tdegames-58a97ed3af5e4df6c4a58d043b0c267bd97056a9.zip
Rename a number of classes to enhance compatibility with KDE4
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