diff -r aae256899c49 -r d9e8a336195c QTfrontend/teamselhelper.h --- 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;