summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/kbounce.h
Side-by-side diff
Diffstat (limited to 'noncore/games/bounce/kbounce.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/bounce/kbounce.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/bounce/kbounce.h b/noncore/games/bounce/kbounce.h
index de41710..c59109f 100644
--- a/noncore/games/bounce/kbounce.h
+++ b/noncore/games/bounce/kbounce.h
@@ -23,25 +23,26 @@
#include <qmenubar.h>
#include <qlabel.h>
class JezzGame;
class QLCDNumber;
class QGridLayout;
class KJezzball : public QMainWindow
{
Q_OBJECT
public:
- KJezzball();
+ static QString appName() { return QString::fromLatin1("bounce"); }
+ KJezzball(QWidget *, const char*, WFlags );
public slots:
void newGame();
void pauseGame();
void closeGame();
void about();
protected slots:
void died();
void newPercent( int percent );
void second();
void switchLevel();