QTfrontend/frameTeam.h
changeset 117 d21a48200772
parent 63 27e2b5bb6d4b
child 132 2d0f404cdf05
--- a/QTfrontend/frameTeam.h	Fri Aug 18 19:59:16 2006 +0000
+++ b/QTfrontend/frameTeam.h	Fri Aug 18 20:37:50 2006 +0000
@@ -12,15 +12,15 @@
 
  public:
   FrameTeams(QWidget* parent=0);
-  QWidget* getTeamWidget(tmprop team);
+  QWidget* getTeamWidget(HWTeam team);
 
  public slots:
-  void addTeam(tmprop team);
-  void removeTeam(tmprop team);
+  void addTeam(HWTeam team);
+  void removeTeam(HWTeam team);
 
  private:
   QVBoxLayout mainLayout;
-  typedef map<tmprop, QWidget*> tmapTeamToWidget;
+  typedef map<HWTeam, QWidget*> tmapTeamToWidget;
   tmapTeamToWidget teamToWidget;
 };