equal
deleted
inserted
replaced
14 * You should have received a copy of the GNU General Public License |
14 * You should have received a copy of the GNU General Public License |
15 * along with this program; if not, write to the Free Software |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
17 */ |
17 */ |
18 |
18 |
19 #include <QtGui> |
|
20 #include <QStringList> |
19 #include <QStringList> |
21 #include <QProcess> |
20 #include <QProcess> |
22 #include <QDir> |
21 #include <QDir> |
23 #include <QPixmap> |
22 #include <QPixmap> |
24 #include <QRegExp> |
23 #include <QRegExp> |
25 #include <QIcon> |
24 #include <QIcon> |
26 #include <QFile> |
25 #include <QFile> |
27 #include <QTextStream> |
26 #include <QTextStream> |
28 #include <QMessageBox> |
27 #include <QMessageBox> |
|
28 #include <QPushButton> |
|
29 #include <QListWidget> |
|
30 #include <QStackedLayout> |
|
31 #include <QLineEdit> |
|
32 #include <QLabel> |
29 |
33 |
30 #include "hwform.h" |
34 #include "hwform.h" |
31 #include "game.h" |
35 #include "game.h" |
32 #include "team.h" |
36 #include "team.h" |
33 #include "teamselect.h" |
37 #include "teamselect.h" |