summaryrefslogtreecommitdiffstats
path: root/kmines/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmines/status.h')
-rw-r--r--kmines/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmines/status.h b/kmines/status.h
index 3626473a..a91fcda9 100644
--- a/kmines/status.h
+++ b/kmines/status.h
@@ -35,7 +35,7 @@ class tqStatus : public TQWidget, public KMines
Q_OBJECT
TQ_OBJECT
public :
- tqStatus(TQWidget *tqparent);
+ tqStatus(TQWidget *parent);
const Level &currentLevel() const { return _field->level(); }
bool isPlaying() const { return _field->gameState()==Playing; }