diff -r 644f93d8f148 -r a104432e8301 QTfrontend/team.h --- a/QTfrontend/team.h Sun Mar 22 14:32:22 2009 +0000 +++ b/QTfrontend/team.h Sun Mar 22 14:35:45 2009 +0000 @@ -36,7 +36,7 @@ public: HWTeam(const QString & teamname); HWTeam(const QStringList& strLst); - HWTeam(quint8 num); + HWTeam(); bool isNetTeam() const; @@ -59,22 +59,12 @@ void GetFromPage(HWForm * hwform); QStringList TeamGameConfig(quint32 InitHealth) const; - void TeamRandomName(const int &i); - void TeamRandomNames(bool changeteamname); - bool operator==(const HWTeam& t1) const; bool operator<(const HWTeam& t1) const; private: bool m_isNetTeam; QString OldTeamName; - void RandomNameByHat(const int &i); - QList TypesTeamnames; - QList TypesHatnames; - bool TypesAvliable; - void TypesLoad(); - void DictLoad(const QString filename, QStringList &list); - void HatCfgLoad(const QString hatname, QStringList &list); }; #endif