diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-01 01:17:15 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-01 01:17:15 (GMT) |
commit | 913dd563064e8047fe738fc9c79135adfb928977 (patch) | |
tree | 28477b156da3dc84876cec403f56876126ac94e8 /src/declarative/qml/qmlcontext_p.h | |
parent | 27e55ed231f2afe5a775c3ea92f2ef4bf1f6a26d (diff) | |
download | Qt-913dd563064e8047fe738fc9c79135adfb928977.zip Qt-913dd563064e8047fe738fc9c79135adfb928977.tar.gz Qt-913dd563064e8047fe738fc9c79135adfb928977.tar.bz2 |
Remove include styles that rely on configure.
May help modularization (syncqt and configure are Qt-specific).
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index c8d0b2d..4ad524d 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -55,14 +55,14 @@ #include <qmlcontext.h> #include <private/qobject_p.h> -#include <private/qmldeclarativedata_p.h> +#include "qmldeclarativedata_p.h" #include <QtCore/qhash.h> #include <QtScript/qscriptvalue.h> #include <QtCore/qset.h> #include <private/qguard_p.h> -#include <private/qmlengine_p.h> -#include <private/qmlintegercache_p.h> -#include <private/qmltypenamecache_p.h> +#include "qmlengine_p.h" +#include "qmlintegercache_p.h" +#include "qmltypenamecache_p.h" QT_BEGIN_NAMESPACE |