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/util/qmlpropertychanges.cpp | |
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/util/qmlpropertychanges.cpp')
-rw-r--r-- | src/declarative/util/qmlpropertychanges.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlpropertychanges.cpp b/src/declarative/util/qmlpropertychanges.cpp index 9ca6db8..532cc2d 100644 --- a/src/declarative/util/qmlpropertychanges.cpp +++ b/src/declarative/util/qmlpropertychanges.cpp @@ -44,8 +44,8 @@ #include "qmlpropertychanges_p.h" #include <QtCore/qdebug.h> #include <qmlinfo.h> -#include <private/qmlcustomparser_p.h> -#include <private/qmlparser_p.h> +#include "qmlcustomparser_p.h" +#include "qmlparser_p.h" #include <qmlexpression.h> #include <qmlbinding.h> #include <qmlcontext.h> |