summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/submarine_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-04-27 14:41:25 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-04-27 14:51:24 (GMT)
commit6f955aedcdb6c2b1de04d1cd7e959e284581b3b3 (patch)
tree084c0cd1ac178f81bb8a985041970284fb67e789 /examples/animation/sub-attaq/submarine_p.h
parenta8cce89940e42fb05efef049122286652bae61e3 (diff)
downloadQt-6f955aedcdb6c2b1de04d1cd7e959e284581b3b3.zip
Qt-6f955aedcdb6c2b1de04d1cd7e959e284581b3b3.tar.gz
Qt-6f955aedcdb6c2b1de04d1cd7e959e284581b3b3.tar.bz2
Build fix for mingw
Diffstat (limited to 'examples/animation/sub-attaq/submarine_p.h')
-rw-r--r--examples/animation/sub-attaq/submarine_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/animation/sub-attaq/submarine_p.h b/examples/animation/sub-attaq/submarine_p.h
index 354a406..918e7f5 100644
--- a/examples/animation/sub-attaq/submarine_p.h
+++ b/examples/animation/sub-attaq/submarine_p.h
@@ -51,9 +51,9 @@
#if defined(QT_EXPERIMENTAL_SOLUTION)
#include "qpropertyanimation.h"
#else
-#include <QPropertyAnimation>
+#include <QtCore/QPropertyAnimation>
#endif
-#include <QGraphicsScene>
+#include <QtGui/QGraphicsScene>
//This state is describing when the boat is moving right
class MovementState : public QAnimationState