diff -r f381705f1aeb -r 7531ae5b146e QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Fri Aug 24 20:24:29 2007 +0000 +++ b/QTfrontend/pages.cpp Thu Sep 06 15:31:52 2007 +0000 @@ -102,7 +102,7 @@ pageLayout->addWidget(BtnExit, 7, 1); } -PageLocalGame::PageLocalGame(QWidget* parent) : QWidget(parent) +PageSimpleGame::PageSimpleGame(QWidget* parent) : QWidget(parent) { QFont * font14 = new QFont("MS Shell Dlg", 14); QVBoxLayout * pageLayout = new QVBoxLayout(this);