--- a/QTfrontend/teamselhelper.h Fri Oct 27 14:30:36 2006 +0000
+++ b/QTfrontend/teamselhelper.h Fri Oct 27 19:37:59 2006 +0000
@@ -22,6 +22,7 @@
#include <QLabel>
#include <QWidget>
#include <QString>
+#include <QPushButton>
#include "teamselect.h"
#include "hedgehogerWidget.h"
@@ -47,11 +48,12 @@
private slots:
void activateTeam();
+ void changeTeamColor();
public:
TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
void setPlaying(bool isPlaying);
- unsigned char getHedgehogsNum() const;
+ HWTeamTempParams getTeamParams() const;
private:
TeamShowWidget();
@@ -59,6 +61,7 @@
HWTeam m_team;
bool m_isPlaying;
CHedgehogerWidget* phhoger;
+ QPushButton* colorButt;
signals:
void teamStatusChanged(HWTeam team);