--- a/QTfrontend/teamselhelper.h Sun Sep 03 18:01:34 2006 +0000
+++ b/QTfrontend/teamselhelper.h Sat Sep 09 16:59:10 2006 +0000
@@ -6,6 +6,7 @@
#include <QString>
#include "teamselect.h"
+#include "hedgehogerWidget.h"
class TeamLabel : public QLabel
{
@@ -32,11 +33,13 @@
public:
TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent = 0);
void setPlaying(bool isPlaying);
+ unsigned char getHedgehogsNum();
private:
QHBoxLayout mainLayout;
HWTeam m_team;
bool m_isPlaying;
+ CHedgehogerWidget* phhoger;
signals:
void teamStatusChanged(HWTeam team);