From 489818a4ee9b5328e31d184d5a0b43673b69dff2 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Nov 2004 22:10:14 +0000 Subject: Make QuickLaunchable and see how good it frees resources --- (limited to 'noncore/games/kpacman/kpacman.cpp') 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 @@ -13,8 +13,8 @@ #endif -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; schemesPopup->setAutoDelete(TRUE); -- cgit v0.9.0.2