diff -r 3273a2b983ca -r 59f33a6a4814 QTfrontend/ui/widget/teamselhelper.h --- a/QTfrontend/ui/widget/teamselhelper.h Tue May 01 00:22:10 2012 +0200 +++ b/QTfrontend/ui/widget/teamselhelper.h Tue May 01 11:39:11 2012 +0200 @@ -57,7 +57,7 @@ void activateTeam(); public: - TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent); + TeamShowWidget(HWTeam team, bool isPlaying, FrameTeams * parent); void setPlaying(bool isPlaying); void setHHNum(unsigned int num); void setInteractivity(bool interactive); @@ -71,6 +71,7 @@ CHedgehogerWidget* phhoger; QPushButton* colorButt; QPushButton* butt; + FrameTeams * m_parentFrameTeams; // QPushButton* bText; signals: