diff options
Diffstat (limited to 'src/declarative/qml/qmlpropertycache.cpp')
-rw-r--r-- | src/declarative/qml/qmlpropertycache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlpropertycache.cpp b/src/declarative/qml/qmlpropertycache.cpp index 339bdef..b7a5fad 100644 --- a/src/declarative/qml/qmlpropertycache.cpp +++ b/src/declarative/qml/qmlpropertycache.cpp @@ -41,7 +41,7 @@ #include "qmlpropertycache_p.h" #include <private/qmlengine_p.h> -#include <QtDeclarative/qmlbinding.h> +#include <qmlbinding.h> QT_BEGIN_NAMESPACE |