diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-05-18 15:52:39 (GMT) |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-05-18 15:52:39 (GMT) |
commit | 6e8f112492dec917cdcd9bc50b992eca5d41b998 (patch) | |
tree | 9e33dcf2be94b6d83b9b660dce83b8b067d96061 /src/declarative/qml/qmlcontext_p.h | |
parent | 5102432c71e859b4d1450ed8482de049d1e83e5a (diff) | |
download | Qt-6e8f112492dec917cdcd9bc50b992eca5d41b998.zip Qt-6e8f112492dec917cdcd9bc50b992eca5d41b998.tar.gz Qt-6e8f112492dec917cdcd9bc50b992eca5d41b998.tar.bz2 |
Fixed #includes
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index 6f1e486..4d88fc2 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -42,11 +42,11 @@ #ifndef QMLCONTEXT_P_H #define QMLCONTEXT_P_H -#include <qmlcontext.h> +#include <QtDeclarative/qmlcontext.h> #include <private/qobject_p.h> #include <private/qmldeclarativedata_p.h> -#include <qhash.h> -#include <qscriptvalue.h> +#include <QtCore/qhash.h> +#include <QtScript/qscriptvalue.h> #include <QtCore/qset.h> QT_BEGIN_NAMESPACE |