diff -r 29bc9c36ad5f -r 4665bfe25470 QTfrontend/teamselhelper.h --- a/QTfrontend/teamselhelper.h Sun Jan 21 19:51:02 2007 +0000 +++ b/QTfrontend/teamselhelper.h Sun Jan 21 19:53:25 2007 +0000 @@ -53,6 +53,7 @@ public: TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent); void setPlaying(bool isPlaying); + void setHHNum(unsigned int num); private: TeamShowWidget(); @@ -62,8 +63,12 @@ CHedgehogerWidget* phhoger; QPushButton* colorButt; + private slots: + void hhNumChanged(); + signals: void teamStatusChanged(HWTeam team); + void hhNmChanged(const HWTeam&); }; #endif // _TEAMSEL_HELPER_INCLUDED