diff -r 29b477319854 -r 3c3dc6a148ca QTfrontend/teamselhelper.h --- a/QTfrontend/teamselhelper.h Sun Jul 16 08:13:51 2006 +0000 +++ b/QTfrontend/teamselhelper.h Thu Jul 20 20:11:32 2006 +0000 @@ -1,43 +1,43 @@ -#ifndef _TEAMSEL_HELPER_INCLUDED -#define _TEAMSEL_HELPER_INCLUDED - -#include -#include -#include - -#include "teamselect.h" - -class TeamLabel : public QLabel -{ - Q_OBJECT - - public: - TeamLabel(const QString& inp_str) : QLabel(inp_str) {}; - - signals: - void teamActivated(QString team_name); - - public slots: - void teamButtonClicked(); - -}; - -class TeamShowWidget : public QWidget -{ - Q_OBJECT - - private slots: - void activateTeam(); - - public: - TeamShowWidget(tmprop team, QWidget * parent = 0); - - private: - QHBoxLayout mainLayout; - tmprop m_team; - - signals: - void teamStatusChanged(tmprop team); -}; - -#endif // _TEAMSEL_HELPER_INCLUDED +#ifndef _TEAMSEL_HELPER_INCLUDED +#define _TEAMSEL_HELPER_INCLUDED + +#include +#include +#include + +#include "teamselect.h" + +class TeamLabel : public QLabel +{ + Q_OBJECT + + public: + TeamLabel(const QString& inp_str) : QLabel(inp_str) {}; + + signals: + void teamActivated(QString team_name); + + public slots: + void teamButtonClicked(); + +}; + +class TeamShowWidget : public QWidget +{ + Q_OBJECT + + private slots: + void activateTeam(); + + public: + TeamShowWidget(tmprop team, QWidget * parent = 0); + + private: + QHBoxLayout mainLayout; + tmprop m_team; + + signals: + void teamStatusChanged(tmprop team); +}; + +#endif // _TEAMSEL_HELPER_INCLUDED