summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/qxsdschema_p.h
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-11-03 10:57:57 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-11 06:51:03 +0100
commitede75fb49c9ed59304976b8ba1523874771f7c87 (patch)
tree174c73cd464a81aa3d41cf664f537255852db3d7 /src/xmlpatterns/schema/qxsdschema_p.h
parentb483ca39bde8af3f325d65c767c9445a6c152c5c (diff)
downloadqtxmlpatterns-ede75fb49c9ed59304976b8ba1523874771f7c87.tar.gz
Make private headers usable, and use them in the tests.
The xmlpatterns private headers were not including each other correctly, making them unusable unless the source directory was available and in INCLUDEPATH. Fix it so that the private headers include each other by <private/...>, allowing them to work for an installed Qt. Change-Id: I9c7cbad219ed141c356d9ea097e67e0fb2fa550c Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'src/xmlpatterns/schema/qxsdschema_p.h')
-rw-r--r--src/xmlpatterns/schema/qxsdschema_p.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/xmlpatterns/schema/qxsdschema_p.h b/src/xmlpatterns/schema/qxsdschema_p.h
index f563543..d746a01 100644
--- a/src/xmlpatterns/schema/qxsdschema_p.h
+++ b/src/xmlpatterns/schema/qxsdschema_p.h
@@ -52,16 +52,16 @@
#ifndef Patternist_XsdSchema_H
#define Patternist_XsdSchema_H
-#include "qschematype_p.h"
-#include "qxsdannotated_p.h"
-#include "qxsdattribute_p.h"
-#include "qxsdattributegroup_p.h"
-#include "qxsdcomplextype_p.h"
-#include "qxsdelement_p.h"
-#include "qxsdidentityconstraint_p.h"
-#include "qxsdmodelgroup_p.h"
-#include "qxsdnotation_p.h"
-#include "qxsdsimpletype_p.h"
+#include <private/qschematype_p.h>
+#include <private/qxsdannotated_p.h>
+#include <private/qxsdattribute_p.h>
+#include <private/qxsdattributegroup_p.h>
+#include <private/qxsdcomplextype_p.h>
+#include <private/qxsdelement_p.h>
+#include <private/qxsdidentityconstraint_p.h>
+#include <private/qxsdmodelgroup_p.h>
+#include <private/qxsdnotation_p.h>
+#include <private/qxsdsimpletype_p.h>
#include <QtCore/QHash>
#include <QtCore/QReadWriteLock>