diff -r e7220e48ead1 -r 09a8795105a4 QTfrontend/frameTeam.h --- a/QTfrontend/frameTeam.h Sat Feb 03 21:40:50 2007 +0000 +++ b/QTfrontend/frameTeam.h Sun Feb 04 14:35:28 2007 +0000 @@ -38,6 +38,7 @@ QWidget* getTeamWidget(HWTeam team); bool isFullTeams() const; void resetColors(); + void resetTeams(); void setHHNum(const HWTeam& team); void setTeamColor(const HWTeam& team); void setNonInteractive(); @@ -59,7 +60,7 @@ void emitTeamColorChanged(const HWTeam& team); QVBoxLayout mainLayout; - typedef QMultiMap tmapTeamToWidget; + typedef QMap tmapTeamToWidget; tmapTeamToWidget teamToWidget; bool nonInteractive; };