QTfrontend/team.cpp
changeset 471 e1eb64ba5e9c
parent 468 8403d6884707
child 486 7ea71cd3acd5
equal deleted inserted replaced
470:86ca84d5da74 471:e1eb64ba5e9c
    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)