diff options
Diffstat (limited to 'src/declarative/qml/qmlparser.cpp')
-rw-r--r-- | src/declarative/qml/qmlparser.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/declarative/qml/qmlparser.cpp b/src/declarative/qml/qmlparser.cpp index 04e2926..d92529b 100644 --- a/src/declarative/qml/qmlparser.cpp +++ b/src/declarative/qml/qmlparser.cpp @@ -39,21 +39,21 @@ ** ****************************************************************************/ -#include "qmlparser_p.h" +#include <private/qmlparser_p.h> #include <QStack> #include <qmlpropertyvaluesource.h> #include <QColor> #include <QPointF> #include <QSizeF> #include <QRectF> -#include "qmlvme_p.h" -#include "qfxperf_p_p.h" +#include <private/qmlvme_p.h> +#include <private/qfxperf_p_p.h> #include <qml.h> -#include "qmlcomponent_p.h" +#include <private/qmlcomponent_p.h> #include <qmlcomponent.h> -#include "qmetaobjectbuilder_p.h" -#include "qmlvmemetaobject_p.h" -#include "qmlcompiler_p.h" +#include <private/qmetaobjectbuilder_p.h> +#include <private/qmlvmemetaobject_p.h> +#include <private/qmlcompiler_p.h> #include "parser/qmljsast_p.h" #include "parser/qmljsengine_p.h" #include <QtDebug> |