QTfrontend/teamselhelper.cpp
branchexperimental3D
changeset 4812 f924be23ffb4
parent 4412 c9a78ba03679
child 4976 088d40d8aba2
--- a/QTfrontend/teamselhelper.cpp	Mon Dec 27 23:57:44 2010 +0100
+++ b/QTfrontend/teamselhelper.cpp	Tue Jan 04 12:53:46 2011 +0100
@@ -73,7 +73,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"), QImage(":/res/hh25x25grey.png"), this);
         connect(phhoger, SIGNAL(hedgehogsNumChanged()), this, SLOT(hhNumChanged()));
         phhoger->setHHNum(team.numHedgehogs);
         mainLayout.addWidget(phhoger);