diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-12 23:58:33 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-12 23:58:33 (GMT) |
commit | aa541b875bbaa514d90a5fa9ea6119e8a525db55 (patch) | |
tree | d11722f7bc2203950fe52c14008a814e0db4b9a2 /src/declarative/qml/qmlcomponent_p.h | |
parent | 4e3f88c8b1d74b720bf3e17f9bdedf84a9748b3d (diff) | |
download | Qt-aa541b875bbaa514d90a5fa9ea6119e8a525db55.zip Qt-aa541b875bbaa514d90a5fa9ea6119e8a525db55.tar.gz Qt-aa541b875bbaa514d90a5fa9ea6119e8a525db55.tar.bz2 |
Do not use "QtDeclarative/XXX" style includes in declarative module code,
as it breaks reinstalling the module against existing Qt.
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 |