diff -r ecb6347dfeca -r 74db4115064a QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Thu Sep 06 18:14:12 2007 +0000 +++ b/QTfrontend/ui_hwform.cpp Thu Sep 06 19:10:03 2007 +0000 @@ -86,4 +86,7 @@ pageSinglePlayer = new PageSinglePlayer(); Pages->addWidget(pageSinglePlayer); + + pageTraining = new PageTraining(); + Pages->addWidget(pageTraining); }