summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativexmlhttprequest.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-04-02 16:27:25 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-04-02 16:31:52 (GMT)
commit4a247ed5e37d3b4a17c965c725b81f6ef835c191 (patch)
treed25e1e58e862cd539440916d3d2fe4eb7901de78 /src/declarative/qml/qdeclarativexmlhttprequest.cpp
parent23eb677daea8e084fcaa1256f1a9433e324b1474 (diff)
downloadQt-4a247ed5e37d3b4a17c965c725b81f6ef835c191.zip
Qt-4a247ed5e37d3b4a17c965c725b81f6ef835c191.tar.gz
Qt-4a247ed5e37d3b4a17c965c725b81f6ef835c191.tar.bz2
Update #include of private headers in QtDeclarative
Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
Diffstat (limited to 'src/declarative/qml/qdeclarativexmlhttprequest.cpp')
-rw-r--r--src/declarative/qml/qdeclarativexmlhttprequest.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/declarative/qml/qdeclarativexmlhttprequest.cpp b/src/declarative/qml/qdeclarativexmlhttprequest.cpp
index 58e67fa..be2a1a7 100644
--- a/src/declarative/qml/qdeclarativexmlhttprequest.cpp
+++ b/src/declarative/qml/qdeclarativexmlhttprequest.cpp
@@ -39,13 +39,13 @@
**
****************************************************************************/
-#include "qdeclarativexmlhttprequest_p.h"
+#include "private/qdeclarativexmlhttprequest_p.h"
#include "qdeclarativeengine.h"
-#include "qdeclarativeengine_p.h"
-#include "qdeclarativerefcount_p.h"
-#include "qdeclarativeengine_p.h"
-#include "qdeclarativeexpression_p.h"
+#include "private/qdeclarativeengine_p.h"
+#include "private/qdeclarativerefcount_p.h"
+#include "private/qdeclarativeengine_p.h"
+#include "private/qdeclarativeexpression_p.h"
#include <QtCore/qobject.h>
#include <QtScript/qscriptvalue.h>