summaryrefslogtreecommitdiff
path: root/noncore/games/snake/interface.h
Side-by-side diff
Diffstat (limited to 'noncore/games/snake/interface.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/snake/interface.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/games/snake/interface.h b/noncore/games/snake/interface.h
index 454d4ee..fa1dee4 100644
--- a/noncore/games/snake/interface.h
+++ b/noncore/games/snake/interface.h
@@ -20,2 +20,3 @@
#include <qmainwindow.h>
+#include <qpe/qpeapplication.h>
#include <qcanvas.h>
@@ -35,3 +36,3 @@ public:
~SnakeGame();
-
+
void clear();
@@ -39,2 +40,4 @@ public:
+ static QString appName() { return QString::fromLatin1("snake"); }
+
protected: