QTfrontend/teamselhelper.cpp
changeset 612 333d095319de
parent 486 7ea71cd3acd5
child 749 3acf2371d73c
--- a/QTfrontend/teamselhelper.cpp	Sat Sep 22 17:50:14 2007 +0000
+++ b/QTfrontend/teamselhelper.cpp	Mon Sep 24 20:34:28 2007 +0000
@@ -68,8 +68,7 @@
     connect(colorButt, SIGNAL(clicked()), this, SLOT(changeTeamColor()));
     mainLayout.addWidget(colorButt);
 
-    // hedgehogs num
-    phhoger=new CHedgehogerWidget(this);
+    phhoger=new CHedgehogerWidget(QImage(":/res/hh25x25.png"), this);
     connect(phhoger, SIGNAL(hedgehogsNumChanged()), this, SLOT(hhNumChanged()));
     mainLayout.addWidget(phhoger);
   }