diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-04-27 14:41:25 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-04-27 14:51:24 (GMT) |
commit | 6f955aedcdb6c2b1de04d1cd7e959e284581b3b3 (patch) | |
tree | 084c0cd1ac178f81bb8a985041970284fb67e789 /examples/animation/sub-attaq/graphicsscene.h | |
parent | a8cce89940e42fb05efef049122286652bae61e3 (diff) | |
download | Qt-6f955aedcdb6c2b1de04d1cd7e959e284581b3b3.zip Qt-6f955aedcdb6c2b1de04d1cd7e959e284581b3b3.tar.gz Qt-6f955aedcdb6c2b1de04d1cd7e959e284581b3b3.tar.bz2 |
Build fix for mingw
Diffstat (limited to 'examples/animation/sub-attaq/graphicsscene.h')
-rw-r--r-- | examples/animation/sub-attaq/graphicsscene.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/animation/sub-attaq/graphicsscene.h b/examples/animation/sub-attaq/graphicsscene.h index bc9734c..0840564 100644 --- a/examples/animation/sub-attaq/graphicsscene.h +++ b/examples/animation/sub-attaq/graphicsscene.h @@ -43,13 +43,13 @@ #define __GRAPHICSSCENE__H__ //Qt -#include <QGraphicsScene> -#include <QSet> +#include <QtGui/QGraphicsScene> +#include <QtCore/QSet> #if defined(QT_EXPERIMENTAL_SOLUTION) # include "qstate.h" #else -# include <QState> +# include <QtCore/QState> #endif |