QTfrontend/teamselhelper.cpp
changeset 4412 c9a78ba03679
parent 3992 283a6d17fc4b
child 4976 088d40d8aba2
--- a/QTfrontend/teamselhelper.cpp	Mon Nov 22 10:04:08 2010 +0100
+++ b/QTfrontend/teamselhelper.cpp	Mon Nov 22 12:35:52 2010 +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);