diff options
Diffstat (limited to 'src/declarative/qml/qmlcomponent_p.h')
-rw-r--r-- | src/declarative/qml/qmlcomponent_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcomponent_p.h b/src/declarative/qml/qmlcomponent_p.h index e69f541..61a8a10 100644 --- a/src/declarative/qml/qmlcomponent_p.h +++ b/src/declarative/qml/qmlcomponent_p.h @@ -60,9 +60,9 @@ #include <private/qmlengine_p.h> #include <private/qmlcompositetypemanager_p.h> #include <private/qbitfield_p.h> -#include <QtDeclarative/qmlerror.h> -#include <QtDeclarative/qmlcomponent.h> -#include <QtDeclarative/qml.h> +#include <qmlerror.h> +#include <qmlcomponent.h> +#include <qml.h> QT_BEGIN_NAMESPACE |