changeset 7267 | 710f3ced8934 |
parent 7221 | 8d04e85ca204 |
parent 7258 | 722e8a0d89dc |
child 7687 | c73fd8cfa7c0 |
--- a/QTfrontend/game.cpp Tue Jun 19 21:17:05 2012 +0200 +++ b/QTfrontend/game.cpp Tue Jun 19 21:20:08 2012 +0200 @@ -21,6 +21,7 @@ #include <QUuid> #include <QColor> #include <QStringListModel> +#include <QTextStream> #include "game.h" #include "hwconsts.h" @@ -28,8 +29,7 @@ #include "gamecfgwidget.h" #include "teamselect.h" #include "proto.h" - -#include <QTextStream> +#include "ThemeModel.h" QString training, campaign; // TODO: Cleaner solution?