diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-12 23:58:33 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-12 23:58:33 (GMT) |
commit | aa541b875bbaa514d90a5fa9ea6119e8a525db55 (patch) | |
tree | d11722f7bc2203950fe52c14008a814e0db4b9a2 /src/declarative/util/qmlspringfollow_p.h | |
parent | 4e3f88c8b1d74b720bf3e17f9bdedf84a9748b3d (diff) | |
download | Qt-aa541b875bbaa514d90a5fa9ea6119e8a525db55.zip Qt-aa541b875bbaa514d90a5fa9ea6119e8a525db55.tar.gz Qt-aa541b875bbaa514d90a5fa9ea6119e8a525db55.tar.bz2 |
Do not use "QtDeclarative/XXX" style includes in declarative module code,
as it breaks reinstalling the module against existing Qt.
Diffstat (limited to 'src/declarative/util/qmlspringfollow_p.h')
-rw-r--r-- | src/declarative/util/qmlspringfollow_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlspringfollow_p.h b/src/declarative/util/qmlspringfollow_p.h index b7989e4..7731b9e 100644 --- a/src/declarative/util/qmlspringfollow_p.h +++ b/src/declarative/util/qmlspringfollow_p.h @@ -42,8 +42,8 @@ #ifndef QMLSMOOTHFOLLOW_H #define QMLSMOOTHFOLLOW_H -#include <QtDeclarative/qmlpropertyvaluesource.h> -#include <QtDeclarative/qml.h> +#include <qmlpropertyvaluesource.h> +#include <qml.h> QT_BEGIN_HEADER |