equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 #include <QFile> |
19 #include <QFile> |
20 #include <QTextStream> |
20 #include <QTextStream> |
21 #include <QApplication> |
21 #include <QApplication> |
22 #include <QSpinBox> |
22 #include <QStringList> |
|
23 #include <QLineEdit> |
23 #include "team.h" |
24 #include "team.h" |
24 #include "hwform.h" |
25 #include "hwform.h" |
25 #include "predefteams.h" |
26 #include "predefteams.h" |
26 #include "pages.h" |
27 #include "pages.h" |
27 #include "hwconsts.h" |
28 #include "hwconsts.h" |
28 |
29 |
29 #include <QStringList> |
|
30 |
30 |
31 HWTeam::HWTeam(const QString & teamname, unsigned int netID) : |
31 HWTeam::HWTeam(const QString & teamname, unsigned int netID) : |
32 difficulty(0), |
32 difficulty(0), |
33 numHedgehogs(4), |
33 numHedgehogs(4), |
34 m_netID(netID) |
34 m_netID(netID) |