--- 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: