diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-02 16:29:46 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-02 16:31:55 (GMT) |
commit | 0be2652ce6e2703830551a9366c03b7062d5b506 (patch) | |
tree | 11955a28b121c7e5adde027c39a8320c5f0c3ab5 /src/declarative/qml/qdeclarativecomponent.h | |
parent | 4a247ed5e37d3b4a17c965c725b81f6ef835c191 (diff) | |
download | Qt-0be2652ce6e2703830551a9366c03b7062d5b506.zip Qt-0be2652ce6e2703830551a9366c03b7062d5b506.tar.gz Qt-0be2652ce6e2703830551a9366c03b7062d5b506.tar.bz2 |
Fix QtDeclarative public headers to include <QtDeclarative/foo.h>
All Qt public headers must do it like that.
Diffstat (limited to 'src/declarative/qml/qdeclarativecomponent.h')
-rw-r--r-- | src/declarative/qml/qdeclarativecomponent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativecomponent.h b/src/declarative/qml/qdeclarativecomponent.h index 13a243e..6ee5070 100644 --- a/src/declarative/qml/qdeclarativecomponent.h +++ b/src/declarative/qml/qdeclarativecomponent.h @@ -42,8 +42,8 @@ #ifndef QDECLARATIVECOMPONENT_H #define QDECLARATIVECOMPONENT_H -#include "qdeclarative.h" -#include "qdeclarativeerror.h" +#include <QtDeclarative/qdeclarative.h> +#include <QtDeclarative/qdeclarativeerror.h> #include <QtCore/qobject.h> #include <QtCore/qstring.h> |