author | imm <imm> | 2002-08-31 22:59:38 (UTC) |
---|---|---|
committer | imm <imm> | 2002-08-31 22:59:38 (UTC) |
commit | 277ec30e2807c7bd6bdc9efdb086e9c72c3741e9 (patch) (side-by-side diff) | |
tree | 399c6bd30dbc766688fea389a96988ac85e30ac7 | |
parent | af1fb861d849575d9c10d33f0a49423fc2b4d976 (diff) | |
download | opie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.zip opie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.tar.gz opie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.tar.bz2 |
remove credits
-rw-r--r-- | noncore/games/buzzword/buzzword.cpp | 7 | ||||
-rw-r--r-- | noncore/games/buzzword/buzzword.h | 1 |
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 @@ -76,6 +76,4 @@ BuzzWord::BuzzWord() : QMainWindow(0) game = new QPopupMenu; game->insertItem(tr("&New game"), this, SLOT(newGame()), Key_N ); - game->insertSeparator(); - game->insertItem(tr("&About"), this, SLOT(about())); menu->insertItem( tr("&Game"), game ); @@ -176,9 +174,4 @@ void BuzzWord::bingo() } -void BuzzWord::about() -{ - QMessageBox::information( this, "About", "buZzword 1.0\n(c) 2002 Martin Imobersteg\n\nThis program is distributed\nunder the terms of the GPL v2." ); -} - void 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 @@ -81,5 +81,4 @@ private: public slots: - void about(); void newGame(); void clicked(int row, int column); |