--- 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;
};