diff -r df9d0728c5bb -r 51d3f4b6293a QTfrontend/pages.h --- a/QTfrontend/pages.h Fri Oct 16 22:46:58 2009 +0000 +++ b/QTfrontend/pages.h Sat Oct 17 01:28:49 2009 +0000 @@ -26,6 +26,7 @@ #include #include "binds.h" +#include "hwform.h" #include "mapContainer.h" #include "togglebutton.h" @@ -147,7 +148,7 @@ Q_OBJECT public: - PageEditTeam(QWidget* parent = 0); + PageEditTeam(QWidget* parent, SDLInteraction & sdli); QSignalMapper* signalMapper; QGroupBox *GBoxHedgehogs; QGroupBox *GBoxTeam; @@ -173,7 +174,7 @@ void CBFort_activated(const QString & gravename); private slots: - void testSound(); + void testSound(SDLInteraction & sdli); }; class PageMultiplayer : public AbstractPage