summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/kbounce.h
Side-by-side diff
Diffstat (limited to 'noncore/games/bounce/kbounce.h') (more/less context) (show 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
@@ -34,3 +34,4 @@ class KJezzball : public QMainWindow
public:
- KJezzball();
+ static QString appName() { return QString::fromLatin1("bounce"); }
+ KJezzball(QWidget *, const char*, WFlags );