diff -r 1c1cd66ffcdc -r 7b61834edcf6 QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Tue Dec 19 17:20:14 2006 +0000 +++ b/QTfrontend/ui_hwform.cpp Thu Jan 04 16:27:45 2007 +0000 @@ -79,4 +79,7 @@ pageMain = new PageMain(); Pages->addWidget(pageMain); + + pageGameStats = new PageGameStats(); + Pages->addWidget(pageGameStats); }