diff -r 00d3d6d2e699 -r d21a48200772 QTfrontend/teamselhelper.h --- a/QTfrontend/teamselhelper.h Fri Aug 18 19:59:16 2006 +0000 +++ b/QTfrontend/teamselhelper.h Fri Aug 18 20:37:50 2006 +0000 @@ -30,14 +30,14 @@ void activateTeam(); public: - TeamShowWidget(tmprop team, QWidget * parent = 0); + TeamShowWidget(HWTeam team, QWidget * parent = 0); private: QHBoxLayout mainLayout; - tmprop m_team; + HWTeam m_team; signals: - void teamStatusChanged(tmprop team); + void teamStatusChanged(HWTeam team); }; #endif // _TEAMSEL_HELPER_INCLUDED