summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/tictac.h
Unidiff
Diffstat (limited to 'noncore/games/tictac/tictac.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/tictac/tictac.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/games/tictac/tictac.h b/noncore/games/tictac/tictac.h
index ec6c79c..bb0b485 100644
--- a/noncore/games/tictac/tictac.h
+++ b/noncore/games/tictac/tictac.h
@@ -1,3 +1,3 @@
1/**************************************************************************** 1/****************************************************************************
2** $Id$ 2** tictac.h,v 1.1.10.1 2003/08/29 06:50:40 harlekin Exp
3** 3**
@@ -93,3 +93,5 @@ class TicTacToe : public QWidget
93public: 93public:
94 TicTacToe( int boardSize=3, QWidget *parent=0, const char *name=0 ); 94 TicTacToe( QWidget *parent=0, const char *name=0, WFlags fl = 0 );
95 static QString appName() { return QString::fromLatin1("tictac"); }
96
95private slots: 97private slots:
@@ -104,2 +106,3 @@ private:
104 TicTacGameBoard *board; 106 TicTacGameBoard *board;
107 int boardSize;
105}; 108};