QTfrontend/teamselhelper.h
changeset 150 d9e8a336195c
parent 140 50ccde437ea1
child 152 c558957ef644
--- a/QTfrontend/teamselhelper.h	Sat Sep 16 15:15:30 2006 +0000
+++ b/QTfrontend/teamselhelper.h	Sat Sep 16 17:24:41 2006 +0000
@@ -31,11 +31,12 @@
  void activateTeam();
 
  public:
- TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent = 0);
+ TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
  void setPlaying(bool isPlaying);
  unsigned char getHedgehogsNum();
  
  private:
+ TeamShowWidget();
  QHBoxLayout mainLayout;
  HWTeam m_team;
  bool m_isPlaying;