QTfrontend/teamselhelper.h
changeset 362 b28e0dd48269
parent 352 4665bfe25470
child 372 4bac77f8cd38
--- a/QTfrontend/teamselhelper.h	Tue Jan 23 22:48:08 2007 +0000
+++ b/QTfrontend/teamselhelper.h	Wed Jan 24 20:00:03 2007 +0000
@@ -54,6 +54,7 @@
  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
  void setPlaying(bool isPlaying);
  void setHHNum(unsigned int num);
+ void setNonInteractive();
 
  private:
  TeamShowWidget();
@@ -62,6 +63,8 @@
  bool m_isPlaying;
  CHedgehogerWidget* phhoger;
  QPushButton* colorButt;
+ QPushButton* butt;
+ QPushButton* bText;
 
  private slots:
   void hhNumChanged();