diff options
Diffstat (limited to 'src/declarative/qml/qmlcompileddata.cpp')
-rw-r--r-- | src/declarative/qml/qmlcompileddata.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcompileddata.cpp b/src/declarative/qml/qmlcompileddata.cpp index 9b931c5..c4a0b59 100644 --- a/src/declarative/qml/qmlcompileddata.cpp +++ b/src/declarative/qml/qmlcompileddata.cpp @@ -39,12 +39,12 @@ ** ****************************************************************************/ -#include "qmlcompiler_p.h" +#include <private/qmlcompiler_p.h> #include "qmlengine.h" #include "qmlcomponent.h" -#include "qmlcomponent_p.h" +#include <private/qmlcomponent_p.h> #include "qmlcontext.h" -#include "qmlcontext_p.h" +#include <private/qmlcontext_p.h> #include <private/qobject_p.h> #include <QtCore/qdebug.h> |