diff -r aae256899c49 -r d9e8a336195c QTfrontend/hedgehogerWidget.h --- a/QTfrontend/hedgehogerWidget.h Sat Sep 16 15:15:30 2006 +0000 +++ b/QTfrontend/hedgehogerWidget.h Sat Sep 16 17:24:41 2006 +0000 @@ -3,12 +3,14 @@ #include +class FrameTeams; + class CHedgehogerWidget : public QWidget { Q_OBJECT public: - CHedgehogerWidget(QWidget * parent = 0); + CHedgehogerWidget(QWidget * parent); ~CHedgehogerWidget(); unsigned char getHedgehogsNum(); @@ -17,7 +19,9 @@ virtual void mousePressEvent ( QMouseEvent * event ); private: + CHedgehogerWidget(); unsigned char numHedgehogs; + FrameTeams* pOurFrameTeams; }; #endif // _HEDGEHOGER_WIDGET