summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.h
Side-by-side diff
Diffstat (limited to 'noncore/games/buzzword/buzzword.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/buzzword/buzzword.h b/noncore/games/buzzword/buzzword.h
index 37dd5b4..c0e43d0 100644
--- a/noncore/games/buzzword/buzzword.h
+++ b/noncore/games/buzzword/buzzword.h
@@ -64,7 +64,8 @@ class BuzzWord : public QMainWindow
Q_OBJECT
public:
- BuzzWord();
+ BuzzWord( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ static QString appName() { return QString::fromLatin1("buzzword"); }
private:
void drawGrid();