X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=chessclockwindow.cpp;fp=chessclockwindow.cpp;h=ea0d746397c19cb63ec964a3e325f5a9114553d1;hb=8e60d556e00dbb7e86f2425605cf1b0a688a69e9;hp=43b64cd42d74054086f0f6c0ecd70a4a05da08c7;hpb=4f3147c454280bc975b814ab0328a341473e555a;p=chessclock diff --git a/chessclockwindow.cpp b/chessclockwindow.cpp index 43b64cd..ea0d746 100644 --- a/chessclockwindow.cpp +++ b/chessclockwindow.cpp @@ -40,7 +40,7 @@ #include #include #include -#include + ChessClockWindow::ChessClockWindow(QWidget *parent) : QMainWindow(parent) @@ -66,7 +66,7 @@ ChessClockWindow::ChessClockWindow(QWidget *parent) // Set up menu // menuBar()->addAction( tr("Pause"), this, SLOT(pause())); // UNUSED - Pause button menuBar()->addAction( tr("New game"), this, SLOT(newGame())); - menuBar()->addAction( keepAction ); + menuBar()->addAction( tr("Visit web page"), this, SLOT(visitWeb())); menuBar()->addAction( tr("About"),this, SLOT(about())); menuBar()->addAction(tr("About Qt"), this, SLOT(aboutQt()));