QTfrontend/teamselhelper.cpp
changeset 1419 8650a8f55006
parent 1395 46fd70de89e2
child 1424 2b45d88716b0
--- a/QTfrontend/teamselhelper.cpp	Sun Oct 26 14:45:07 2008 +0000
+++ b/QTfrontend/teamselhelper.cpp	Sun Oct 26 14:49:47 2008 +0000
@@ -70,7 +70,7 @@
 		connect(colorButt, SIGNAL(clicked()), this, SLOT(changeTeamColor()));
 		mainLayout.addWidget(colorButt);
 
-		phhoger=new CHedgehogerWidget(QImage(":/res/hh25x25.png"), this);
+		phhoger = new CHedgehogerWidget(QImage(":/res/hh25x25.png"), this);
 		connect(phhoger, SIGNAL(hedgehogsNumChanged()), this, SLOT(hhNumChanged()));
 		mainLayout.addWidget(phhoger);
 	}