summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/qanimationstate.cpp
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-04-21 10:06:22 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-04-22 07:30:14 (GMT)
commit6504e06561b9127eb6179b5a5deb8f6cd1fff491 (patch)
tree1a89b8d9141e9688f033b90e90d808ed23f1a7ba /examples/animation/sub-attaq/qanimationstate.cpp
parent3f39c3380f97339a1ffb9d13d7b184a8315d3821 (diff)
downloadQt-6504e06561b9127eb6179b5a5deb8f6cd1fff491.zip
Qt-6504e06561b9127eb6179b5a5deb8f6cd1fff491.tar.gz
Qt-6504e06561b9127eb6179b5a5deb8f6cd1fff491.tar.bz2
Fixes for solution package.
Diffstat (limited to 'examples/animation/sub-attaq/qanimationstate.cpp')
-rw-r--r--examples/animation/sub-attaq/qanimationstate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/animation/sub-attaq/qanimationstate.cpp b/examples/animation/sub-attaq/qanimationstate.cpp
index 70285a8..3659657 100644
--- a/examples/animation/sub-attaq/qanimationstate.cpp
+++ b/examples/animation/sub-attaq/qanimationstate.cpp
@@ -43,11 +43,12 @@
#if defined(QT_EXPERIMENTAL_SOLUTION)
# include "qstate.h"
+# include "qstate_p.h"
#else
# include <QtCore/qstate.h>
+# include <private/qstate_p.h>
#endif
-#include <private/qstate_p.h>
QT_BEGIN_NAMESPACE