From 277ec30e2807c7bd6bdc9efdb086e9c72c3741e9 Mon Sep 17 00:00:00 2001 From: imm Date: Sat, 31 Aug 2002 22:59:38 +0000 Subject: remove credits --- 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 @@ -75,8 +75,6 @@ BuzzWord::BuzzWord() : QMainWindow(0) menu = menuBar(); 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 ); gridVal = 4; @@ -175,11 +173,6 @@ void BuzzWord::bingo() QMessageBox::information( this, "BUZZWORD", tr("

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() { gameOver = false; 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 @@ -80,7 +80,6 @@ private: bool gameOver; public slots: - void about(); void newGame(); void clicked(int row, int column); -- cgit v0.9.0.2