summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsitem_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-09 01:30:16 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-09 01:30:16 (GMT)
commit31156004ac128a3d35870e3cc8b198515fa7b4d9 (patch)
tree84977b1b874c1cf3283ccf94fde73b2c0f80ed07 /src/declarative/graphicsitems/qmlgraphicsitem_p.h
parentf20997a48c13736419ec2702a671d3ef72d6705e (diff)
downloadQt-31156004ac128a3d35870e3cc8b198515fa7b4d9.zip
Qt-31156004ac128a3d35870e3cc8b198515fa7b4d9.tar.gz
Qt-31156004ac128a3d35870e3cc8b198515fa7b4d9.tar.bz2
Allow tests that use private headers to compile.
(while not using private/*_p.h, since that makes module require private/ copies)
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicsitem_p.h')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicsitem_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsitem_p.h b/src/declarative/graphicsitems/qmlgraphicsitem_p.h
index a8d77ea..304e36c 100644
--- a/src/declarative/graphicsitems/qmlgraphicsitem_p.h
+++ b/src/declarative/graphicsitems/qmlgraphicsitem_p.h
@@ -58,8 +58,8 @@
#include "qmlgraphicsanchors_p.h"
#include "qmlgraphicsanchors_p_p.h"
-#include <qmlstate_p.h>
-#include <qmlnullablevalue_p_p.h>
+#include "../util/qmlstate_p.h"
+#include "../util/qmlnullablevalue_p_p.h"
#include <qml.h>
#include <qmlcontext.h>