summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep/minesweep.h
Unidiff
Diffstat (limited to 'noncore/games/minesweep/minesweep.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/minesweep/minesweep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/minesweep/minesweep.h b/noncore/games/minesweep/minesweep.h
index e860573..527dc9e 100644
--- a/noncore/games/minesweep/minesweep.h
+++ b/noncore/games/minesweep/minesweep.h
@@ -30,8 +30,9 @@ class QPushButton;
30class MineSweep : public QMainWindow 30class MineSweep : public QMainWindow
31{ 31{
32 Q_OBJECT 32 Q_OBJECT
33public: 33public:
34 static QString appName() { return QString::fromLatin1("minesweep"); }
34 MineSweep( QWidget* parent = 0, const char* name = 0, WFlags f = 0 ); 35 MineSweep( QWidget* parent = 0, const char* name = 0, WFlags f = 0 );
35 ~MineSweep(); 36 ~MineSweep();
36 37
37public slots: 38public slots: