summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.cpp
authorimm <imm>2002-08-30 17:50:52 (UTC)
committer imm <imm>2002-08-30 17:50:52 (UTC)
commitf6125710c0ca99fc62ffce69973a168b6604f29d (patch) (unidiff)
tree5bb82f49b81db7cb990ea2f72d9ff20222f4db15 /noncore/games/buzzword/buzzword.cpp
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/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
@@ -4,3 +4,3 @@
4 * This program is free software; you can redistribute it and/or 4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public 5 * modify it under the terms of the GNU General Public
6 * License as published by the Free Software Foundation; either 6 * License as published by the Free Software Foundation; either
@@ -88,3 +88,2 @@ BuzzWord::BuzzWord() : QMainWindow(0)
88 game->insertItem(tr("&About"), this, SLOT(about())); 88 game->insertItem(tr("&About"), this, SLOT(about()));
89 game->insertItem(tr("&Quit"), qApp, SLOT(quit()), Key_Q );
90 menu->insertItem( tr("&Game"), game ); 89 menu->insertItem( tr("&Game"), game );