QTfrontend/frameTeam.h
changeset 348 c91b983de18f
parent 240 c7f0a4f7a54a
child 352 4665bfe25470
--- a/QTfrontend/frameTeam.h	Wed Jan 17 19:56:51 2007 +0000
+++ b/QTfrontend/frameTeam.h	Wed Jan 17 21:32:52 2007 +0000
@@ -22,9 +22,9 @@
 #include <QWidget>
 #include <QList>
 #include <QColor>
+#include <QMultiMap>
 
 #include "teamselect.h"
-#include <map>
 
 class FrameTeams : public QWidget
 {
@@ -50,7 +50,7 @@
   QList<QColor>::Iterator currentColor;
 
   QVBoxLayout mainLayout;
-  typedef map<HWTeam, QWidget*> tmapTeamToWidget;
+  typedef QMultiMap<HWTeam, QWidget*> tmapTeamToWidget;
   tmapTeamToWidget teamToWidget;
 };