summaryrefslogtreecommitdiffstats
path: root/katomic/gamewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'katomic/gamewidget.h')
-rw-r--r--katomic/gamewidget.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/katomic/gamewidget.h b/katomic/gamewidget.h
index 00e95376..c68965fd 100644
--- a/katomic/gamewidget.h
+++ b/katomic/gamewidget.h
@@ -8,7 +8,7 @@ class QScrollBar;
class QLabel;
class KScoreDialog;
-#include <qwidget.h>
+#include <tqwidget.h>
class GameWidget : public QWidget
{
@@ -16,7 +16,7 @@ class GameWidget : public QWidget
public:
- GameWidget ( QWidget *parent, const char *name=0 );
+ GameWidget ( TQWidget *parent, const char *name=0 );
~GameWidget();
@@ -63,11 +63,11 @@ class GameWidget : public QWidget
Molek *molek;
// scorllbar zur levelwahl
- QScrollBar *scrl;
+ TQScrollBar *scrl;
// important labels : highest and current scores
- QLabel *hs, *ys;
- QString highest, current;
+ TQLabel *hs, *ys;
+ TQString highest, current;
int nlevels;