summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.cpp
Unidiff
Diffstat (limited to 'noncore/games/buzzword/buzzword.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/noncore/games/buzzword/buzzword.cpp b/noncore/games/buzzword/buzzword.cpp
index 324b5bd..b870a59 100644
--- a/noncore/games/buzzword/buzzword.cpp
+++ b/noncore/games/buzzword/buzzword.cpp
@@ -76,6 +76,4 @@ BuzzWord::BuzzWord() : QMainWindow(0)
76 game = new QPopupMenu; 76 game = new QPopupMenu;
77 game->insertItem(tr("&New game"), this, SLOT(newGame()), Key_N ); 77 game->insertItem(tr("&New game"), this, SLOT(newGame()), Key_N );
78 game->insertSeparator();
79 game->insertItem(tr("&About"), this, SLOT(about()));
80 menu->insertItem( tr("&Game"), game ); 78 menu->insertItem( tr("&Game"), game );
81 79
@@ -176,9 +174,4 @@ void BuzzWord::bingo()
176} 174}
177 175
178void BuzzWord::about()
179{
180 QMessageBox::information( this, "About", "buZzword 1.0\n(c) 2002 Martin Imobersteg\n\nThis program is distributed\nunder the terms of the GPL v2." );
181}
182
183void BuzzWord::newGame() 176void BuzzWord::newGame()
184{ 177{