changeset 7258 | 722e8a0d89dc |
parent 7218 | 9ecd5bc9810b |
child 7267 | 710f3ced8934 |
child 7278 | 000e4543f204 |
child 7411 | efc75c2d3be9 |
--- a/QTfrontend/game.cpp Sun Jun 17 16:32:44 2012 +0200 +++ b/QTfrontend/game.cpp Sun Jun 17 21:45:49 2012 +0400 @@ -21,6 +21,7 @@ #include <QUuid> #include <QColor> #include <QStringListModel> +#include <QTextStream> #include "game.h" #include "hwconsts.h" @@ -29,8 +30,7 @@ #include "teamselect.h" #include "KB.h" #include "proto.h" - -#include <QTextStream> +#include "ThemeModel.h" QString training, campaign; // TODO: Cleaner solution?