summaryrefslogtreecommitdiffstats
path: root/kmines/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmines/status.h')
-rw-r--r--kmines/status.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kmines/status.h b/kmines/status.h
index c7d44b36..3626473a 100644
--- a/kmines/status.h
+++ b/kmines/status.h
@@ -30,11 +30,12 @@ class Solver;
class TQWidgetStack;
class TQTimer;
-class Status : public TQWidget, public KMines
+class tqStatus : public TQWidget, public KMines
{
Q_OBJECT
+ TQ_OBJECT
public :
- Status(TQWidget *parent);
+ tqStatus(TQWidget *tqparent);
const Level &currentLevel() const { return _field->level(); }
bool isPlaying() const { return _field->gameState()==Playing; }
@@ -50,7 +51,7 @@ class Status : public TQWidget, public KMines
public slots:
void newGame(int type);
void restartGame();
- void updateStatus(bool);
+ void updatetqStatus(bool);
void pauseGame() { _field->pause(); }
void moveUp() { _field->moveCursor(KGrid2D::SquareBase::Up); }