diff -r 3d18f7f71d65 -r 3443e0de2c9d QTfrontend/ui/page/pageeditteam.h --- a/QTfrontend/ui/page/pageeditteam.h Fri Dec 28 23:54:42 2012 +0100 +++ b/QTfrontend/ui/page/pageeditteam.h Sat Dec 29 22:50:10 2012 +0100 @@ -28,6 +28,7 @@ #include "team.h" class SquareLabel; +class KeyBinder; class PageEditTeam : public AbstractPage { @@ -44,6 +45,7 @@ void CBFort_activated(const QString & gravename); private: + QTabWidget * tbw; QSignalMapper* signalMapper1; QSignalMapper* signalMapper2; QGroupBox *GBoxHedgehogs; @@ -60,9 +62,9 @@ QLineEdit * TeamNameEdit; QLineEdit * HHNameEdit[HEDGEHOGS_PER_TEAM]; QComboBox * HHHats[HEDGEHOGS_PER_TEAM]; - QComboBox * CBBind[BINDS_NUMBER]; HWTeam data(); QString m_playerHash; + KeyBinder * binder; QLayout * bodyLayoutDefinition(); QLayout * footerLayoutDefinition(); @@ -85,6 +87,7 @@ void testSound(); void fixHHname(int idx); + void resetAllBinds(); }; #endif