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
@@ -32,7 +32,8 @@ class KJezzball : public QMainWindow
Q_OBJECT
public:
- KJezzball();
+ static QString appName() { return QString::fromLatin1("bounce"); }
+ KJezzball(QWidget *, const char*, WFlags );
public slots:
void newGame();