summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/tictac.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/tictac/tictac.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tictac/tictac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/tictac/tictac.cpp b/noncore/games/tictac/tictac.cpp
index 4954ba4..9de3b58 100644
--- a/noncore/games/tictac/tictac.cpp
+++ b/noncore/games/tictac/tictac.cpp
@@ -65,3 +65,3 @@ TicTacGameBoard::TicTacGameBoard( int n, QWidget *parent, const char *name )
{
- showMaximized();
+ QPEApplication::showWidget( this );
st = Init; // initial state
@@ -335,3 +335,3 @@ TicTacToe::TicTacToe( QWidget *parent, const char *name, WFlags fl )
b->addWidget( quit );
- showMaximized();
+ QPEApplication::showWidget( this );
newState();