summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativestateoperations_p.h
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-03-01 01:12:49 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-03-01 03:07:51 (GMT)
commitb1e097af8c0537794a64cfacd23848f8a2a7f0ca (patch)
tree1aee42a420ab4efe786bc759aabc9fc356e8ea66 /src/declarative/util/qdeclarativestateoperations_p.h
parent6174f91cc2a8a53c14d3b2f4eccc62f9170699c8 (diff)
downloadQt-b1e097af8c0537794a64cfacd23848f8a2a7f0ca.zip
Qt-b1e097af8c0537794a64cfacd23848f8a2a7f0ca.tar.gz
Qt-b1e097af8c0537794a64cfacd23848f8a2a7f0ca.tar.bz2
Fixed private header include style to work when headers are installed.
Private headers should include other private headers by: #include <private/qfoo_p.h> Using a relative path works during the build, but does not work when building other projects which attempt to use the installed private headers (e.g. unit tests for private classes).
Diffstat (limited to 'src/declarative/util/qdeclarativestateoperations_p.h')
-rw-r--r--src/declarative/util/qdeclarativestateoperations_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativestateoperations_p.h b/src/declarative/util/qdeclarativestateoperations_p.h
index 026a64d..dd4248023 100644
--- a/src/declarative/util/qdeclarativestateoperations_p.h
+++ b/src/declarative/util/qdeclarativestateoperations_p.h
@@ -45,7 +45,7 @@
#include "qdeclarativestate_p.h"
#include <qdeclarativeitem.h>
-#include "private/qdeclarativeanchors_p.h"
+#include <private/qdeclarativeanchors_p.h>
#include <qdeclarativescriptstring.h>
QT_BEGIN_HEADER