summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/buzzword/buzzword.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/games/buzzword/buzzword.cpp b/noncore/games/buzzword/buzzword.cpp
index 37032df..447396b 100644
--- a/noncore/games/buzzword/buzzword.cpp
+++ b/noncore/games/buzzword/buzzword.cpp
@@ -3,5 +3,5 @@
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either
* version 2 of the License,Life or (at your option) any later version.
@@ -87,5 +87,4 @@ BuzzWord::BuzzWord() : QMainWindow(0)
game->insertSeparator();
game->insertItem(tr("&About"), this, SLOT(about()));
- game->insertItem(tr("&Quit"), qApp, SLOT(quit()), Key_Q );
menu->insertItem( tr("&Game"), game );