summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/kpacman.cpp
authorzecke <zecke>2004-11-14 22:10:14 (UTC)
committer zecke <zecke>2004-11-14 22:10:14 (UTC)
commit489818a4ee9b5328e31d184d5a0b43673b69dff2 (patch) (side-by-side diff)
tree622000f4ca45ed066391881c0df1837aa1a5b71e /noncore/games/kpacman/kpacman.cpp
parentefb1eb559bfc88bca064fceed976b1aec231bc21 (diff)
downloadopie-489818a4ee9b5328e31d184d5a0b43673b69dff2.zip
opie-489818a4ee9b5328e31d184d5a0b43673b69dff2.tar.gz
opie-489818a4ee9b5328e31d184d5a0b43673b69dff2.tar.bz2
Make QuickLaunchable and see how good it frees resources
Diffstat (limited to 'noncore/games/kpacman/kpacman.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/kpacman/kpacman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/kpacman/kpacman.cpp b/noncore/games/kpacman/kpacman.cpp
index 9820e5a..4a3b870 100644
--- a/noncore/games/kpacman/kpacman.cpp
+++ b/noncore/games/kpacman/kpacman.cpp
@@ -14,6 +14,6 @@
-Kpacman::Kpacman(QWidget *parent, const char *name)
- : KTMainWindow(parent, name)
+Kpacman::Kpacman(QWidget *parent, const char *name, WFlags fl)
+ : KTMainWindow(parent, name,fl)
{
schemesPopup = new QList<QPopupMenu>;