--- a/QTfrontend/pages.cpp Sun Sep 24 18:55:06 2006 +0000
+++ b/QTfrontend/pages.cpp Sun Sep 24 19:51:16 2006 +0000
@@ -49,6 +49,7 @@
#include "teamselect.h"
#include "gamecfgwidget.h"
#include "SquareLabel.h"
+#include "mapContainer.h"
PageMain::PageMain(QWidget* parent) : QWidget(parent)
{
@@ -258,6 +259,9 @@
BtnBack->setFont(*font14);
BtnBack->setText(QPushButton::tr("Back"));
pageLayout->addWidget(BtnBack, 1, 0);
+
+ //HWMapContainer* pMapContainer=new HWMapContainer(this);
+ //pageLayout->addWidget(pMapContainer, 1, 1);
gameCFG = new GameCFGWidget(this);
pageLayout->addWidget(gameCFG, 0, 0, 1, 2);