summaryrefslogtreecommitdiff
path: root/noncore/games/snake/interface.h
Side-by-side diff
Diffstat (limited to 'noncore/games/snake/interface.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/snake/interface.h3
1 files changed, 3 insertions, 0 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>
@@ -39,2 +40,4 @@ public:
+ static QString appName() { return QString::fromLatin1("snake"); }
+
protected: