diff options
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty.cpp')
-rw-r--r-- | src/declarative/qml/qmlmetaproperty.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.cpp b/src/declarative/qml/qmlmetaproperty.cpp index 0e34305..5a1c327 100644 --- a/src/declarative/qml/qmlmetaproperty.cpp +++ b/src/declarative/qml/qmlmetaproperty.cpp @@ -40,19 +40,19 @@ ****************************************************************************/ #include "qmlmetaproperty.h" -#include "qmlmetaproperty_p.h" -#include "qmlcompositetypedata_p.h" +#include <private/qmlmetaproperty_p.h> +#include <private/qmlcompositetypedata_p.h> #include <qml.h> -#include "qfxperf_p_p.h" +#include <private/qfxperf_p_p.h> #include <QStringList> #include "qmlbinding.h" #include <qmlcontext.h> -#include "qmlboundsignal_p.h" +#include <private/qmlboundsignal_p.h> #include <math.h> #include <QtCore/qdebug.h> #include <qmlengine.h> -#include "qmlengine_p.h" -#include "qmldeclarativedata_p.h" +#include <private/qmlengine_p.h> +#include <private/qmldeclarativedata_p.h> Q_DECLARE_METATYPE(QList<QObject *>); |