diff -r f484455dd055 -r baa69bd025d9 QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Mon Jun 11 17:56:10 2012 +0400 +++ b/QTfrontend/ui_hwform.cpp Mon Jun 11 18:15:30 2012 +0400 @@ -46,6 +46,7 @@ #include "pagegamestats.h" #include "pageplayrecord.h" #include "pagedata.h" +#include "pagevideos.h" #include "hwconsts.h" void Ui_HWForm::setupUi(HWForm *HWForm) @@ -145,4 +146,7 @@ pageFeedback = new PageFeedback(); Pages->addWidget(pageFeedback); + + pageVideos = new PageVideos(); + Pages->addWidget(pageVideos); }