diff -r 482f78c595ec -r 2d0f404cdf05 QTfrontend/teamselhelper.h --- a/QTfrontend/teamselhelper.h Mon Aug 28 19:02:57 2006 +0000 +++ b/QTfrontend/teamselhelper.h Sun Sep 03 12:56:13 2006 +0000 @@ -30,11 +30,13 @@ void activateTeam(); public: - TeamShowWidget(HWTeam team, QWidget * parent = 0); + TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent = 0); + void setPlaying(bool isPlaying); private: QHBoxLayout mainLayout; HWTeam m_team; + bool m_isPlaying; signals: void teamStatusChanged(HWTeam team);