summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.cpp7
-rw-r--r--noncore/games/buzzword/buzzword.h1
2 files changed, 0 insertions, 8 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
@@ -77,4 +77,2 @@ BuzzWord::BuzzWord() : QMainWindow(0)
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 );
@@ -177,7 +175,2 @@ void BuzzWord::bingo()
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()
diff --git a/noncore/games/buzzword/buzzword.h b/noncore/games/buzzword/buzzword.h
index 2e00563..37dd5b4 100644
--- a/noncore/games/buzzword/buzzword.h
+++ b/noncore/games/buzzword/buzzword.h
@@ -82,3 +82,2 @@ private:
82public slots: 82public slots:
83 void about();
84 void newGame(); 83 void newGame();