summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/kpacman.h
Side-by-side diff
Diffstat (limited to 'noncore/games/kpacman/kpacman.h') (more/less context) (ignore 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
@@ -7,49 +7,51 @@
#include "portable.h"
#include <qmainwindow.h>
class QMenuBar;
#include <qregexp.h>
#include "kpacmanwidget.h"
#include <qpopmenu.h>
#include <qlist.h>
#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();
void schemeChecked(int);
void toggleFocusOutPause();
void toggleFocusInContinue();
void toggleHideMouseCursor();
void confKeys();
protected:
private:
KpacmanWidget *view;