summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/kpacman.h
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.h
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.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/kpacman/kpacman.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/games/kpacman/kpacman.h b/noncore/games/kpacman/kpacman.h
index 2c1de70..829714a 100644
--- a/noncore/games/kpacman/kpacman.h
+++ b/noncore/games/kpacman/kpacman.h
@@ -19,25 +19,27 @@ class QMenuBar;
#include <qfileinf.h>
#include <qlayout.h>
#include "referee.h"
#include "status.h"
#include "score.h"
#include "keys.h"
class Kpacman : public KTMainWindow
{
Q_OBJECT
public:
- Kpacman(QWidget *parent = 0, const char *name = 0);
+ Kpacman(QWidget *parent = 0, const char *name = 0, WFlags fl = 0);
+ static QString appName() { return QString::fromLatin1("kpacman"); }
+
virtual ~Kpacman();
public slots:
void forcedHallOfFame(bool);
private slots:
void newKpacman();
void pauseKpacman();
void toggleHallOfFame();
void toggleNew();
void togglePaused();
void quitKpacman();