QTfrontend/teamselhelper.h
changeset 117 d21a48200772
parent 80 3c3dc6a148ca
child 132 2d0f404cdf05
--- 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