summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave/helpwindow.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/sfcave/helpwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/sfcave/helpwindow.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/games/sfcave/helpwindow.cpp b/noncore/games/sfcave/helpwindow.cpp
index c920312..544e237 100644
--- a/noncore/games/sfcave/helpwindow.cpp
+++ b/noncore/games/sfcave/helpwindow.cpp
@@ -21,4 +21,6 @@
#include <qtextview.h>
+#include <qpe/qpeapplication.h>
+
#include "helpwindow.h"
@@ -72,5 +74,5 @@ HelpWindow::HelpWindow( QWidget *parent, const char *name, bool modal, WFlags fl
layout->insertSpacing( -1, 5 );
- showMaximized();
+ QPEApplication::showDialog( this );
}