summaryrefslogtreecommitdiff
path: root/noncore
authorimm <imm>2002-08-31 22:59:38 (UTC)
committer imm <imm>2002-08-31 22:59:38 (UTC)
commit277ec30e2807c7bd6bdc9efdb086e9c72c3741e9 (patch) (unidiff)
tree399c6bd30dbc766688fea389a96988ac85e30ac7 /noncore
parentaf1fb861d849575d9c10d33f0a49423fc2b4d976 (diff)
downloadopie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.zip
opie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.tar.gz
opie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.tar.bz2
remove credits
Diffstat (limited to 'noncore') (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
@@ -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{
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:
81 81
82public slots: 82public slots:
83 void about();
84 void newGame(); 83 void newGame();
85 void clicked(int row, int column); 84 void clicked(int row, int column);