QTfrontend/pages.cpp
changeset 329 4c3aad46baa5
parent 323 ea947f2c3d2f
child 336 82d654db133d
--- a/QTfrontend/pages.cpp	Sun Jan 14 13:23:15 2007 +0000
+++ b/QTfrontend/pages.cpp	Sun Jan 14 14:08:40 2007 +0000
@@ -448,10 +448,10 @@
 	QFont * font14 = new QFont("MS Shell Dlg", 14);
 	QGridLayout * pageLayout = new QGridLayout(this);
 
-	pGameCFG=new GameCFGWidget(this);
+	pGameCFG = new GameCFGWidget(this);
 	pageLayout->addWidget(pGameCFG, 0, 0);
-	
-	pNetTeamsWidget=new TeamSelWidget(this);
+
+	pNetTeamsWidget = new TeamSelWidget(this);
 	pageLayout->addWidget(pNetTeamsWidget, 0, 1);
 
 	BtnBack = new QPushButton(this);