summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix
Side-by-side diff
Diffstat (limited to 'noncore/games/tetrix') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tetrix/ohighscoredlg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/tetrix/ohighscoredlg.cpp b/noncore/games/tetrix/ohighscoredlg.cpp
index cf0dcf7..7581f51 100644
--- a/noncore/games/tetrix/ohighscoredlg.cpp
+++ b/noncore/games/tetrix/ohighscoredlg.cpp
@@ -19,2 +19,3 @@
#include <qpe/config.h>
+#include <qpe/qpeapplication.h>
@@ -171,3 +172,3 @@ OHighscoreDialog::OHighscoreDialog(OHighscore *highscore, QWidget *parent, const
vbox_layout->addWidget( list );
- showMaximized();
+ QPEApplication::showDialog( this );
}