From 1ab6282d6869ca200133a0e47323ae9a760b3400 Mon Sep 17 00:00:00 2001 From: ar Date: Sat, 14 Feb 2004 16:06:45 +0000 Subject: improve support for BigScreen --- (limited to 'noncore/games/sfcave') 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 @@ -20,6 +20,8 @@ #include #include +#include + #include "helpwindow.h" @@ -71,7 +73,7 @@ HelpWindow::HelpWindow( QWidget *parent, const char *name, bool modal, WFlags fl layout->insertWidget( -1, view ); layout->insertSpacing( -1, 5 ); - showMaximized(); + QPEApplication::showDialog( this ); } HelpWindow::~HelpWindow() -- cgit v0.9.0.2