diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:24:08 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:24:08 (GMT) |
commit | 11baee94956f23ff76757040ab10fb3d632d5b42 (patch) | |
tree | 3cb9582c5f0f33c64df118e1fadbfcde50c0d8c6 /src/declarative/qml/qmlcompiler_p.h | |
parent | 5247ee562f76a51b8a81735d7da709d1b9b63796 (diff) | |
download | Qt-11baee94956f23ff76757040ab10fb3d632d5b42.zip Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.gz Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.bz2 |
Undo most of 913dd563064e8047fe738fc9c79135adfb928977
It seems we're going to have to so a syncqt/configure in Qt modules.
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index 991ae81..542fb48 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -57,14 +57,14 @@ #include <QtCore/qset.h> #include <qml.h> #include <qmlerror.h> -#include "qmlinstruction_p.h" -#include "qmlcompositetypemanager_p.h" -#include "qmlparser_p.h" -#include "qmlengine_p.h" -#include "qbitfield_p.h" -#include "qmlpropertycache_p.h" -#include "qmlintegercache_p.h" -#include "qmltypenamecache_p.h" +#include <private/qmlinstruction_p.h> +#include <private/qmlcompositetypemanager_p.h> +#include <private/qmlparser_p.h> +#include <private/qmlengine_p.h> +#include <private/qbitfield_p.h> +#include <private/qmlpropertycache_p.h> +#include <private/qmlintegercache_p.h> +#include <private/qmltypenamecache_p.h> QT_BEGIN_NAMESPACE |