diff -r 7fbfa2f13f6f -r 505691a09dee QTfrontend/teamselect.h --- a/QTfrontend/teamselect.h Sun Feb 05 12:48:02 2006 +0000 +++ b/QTfrontend/teamselect.h Sun Feb 05 12:48:35 2006 +0000 @@ -3,6 +3,7 @@ #include #include +#include #include #include @@ -27,7 +28,7 @@ Q_OBJECT public: - TeamSelWidget(const vector& teams, QWidget* parent=0); + TeamSelWidget(QWidget* parent=0); void addTeam(tmprop team); void removeTeam(tmprop team); @@ -36,8 +37,11 @@ private: QVBoxLayout mainLayout; - QGridLayout playingLayout; - QGridLayout dontPlayingLayout; + + QFrame* playingColorFrame; + QFrame* dontPlayingColorFrame; + QGridLayout* playingLayout; + QGridLayout* dontPlayingLayout; list curPlayingTeams; list curDontPlayingTeams;