summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword
authorimm <imm>2002-08-30 17:50:52 (UTC)
committer imm <imm>2002-08-30 17:50:52 (UTC)
commitf6125710c0ca99fc62ffce69973a168b6604f29d (patch) (side-by-side diff)
tree5bb82f49b81db7cb990ea2f72d9ff20222f4db15 /noncore/games/buzzword
parent91e02e91751e9e477ac8a7b4666d58d739dd9283 (diff)
downloadopie-f6125710c0ca99fc62ffce69973a168b6604f29d.zip
opie-f6125710c0ca99fc62ffce69973a168b6604f29d.tar.gz
opie-f6125710c0ca99fc62ffce69973a168b6604f29d.tar.bz2
license update
removed quit from menubar
Diffstat (limited to 'noncore/games/buzzword') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.cpp3
-rw-r--r--noncore/games/buzzword/buzzword.h2
-rw-r--r--noncore/games/buzzword/main.cpp2
3 files changed, 3 insertions, 4 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
@@ -2,7 +2,7 @@
* Copyright (C) 2002 Martin Imobersteg <imm@gmx.ch>
*
* 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.
*
@@ -86,7 +86,6 @@ BuzzWord::BuzzWord() : QMainWindow(0)
game->insertItem(tr("&New game"), this, SLOT(newGame()), Key_N );
game->insertSeparator();
game->insertItem(tr("&About"), this, SLOT(about()));
- game->insertItem(tr("&Quit"), qApp, SLOT(quit()), Key_Q );
menu->insertItem( tr("&Game"), game );
gridVal = 4;
diff --git a/noncore/games/buzzword/buzzword.h b/noncore/games/buzzword/buzzword.h
index f72be9a..2e00563 100644
--- a/noncore/games/buzzword/buzzword.h
+++ b/noncore/games/buzzword/buzzword.h
@@ -2,7 +2,7 @@
* Copyright (C) 2002 Martin Imobersteg <imm@gmx.ch>
*
* 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.
*
diff --git a/noncore/games/buzzword/main.cpp b/noncore/games/buzzword/main.cpp
index 1fa011b..2d9ff81 100644
--- a/noncore/games/buzzword/main.cpp
+++ b/noncore/games/buzzword/main.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 2002 Martin Imobersteg <imm@gmx.ch>
*
* 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.
*