diff options
Diffstat (limited to 'src/declarative/qml/qmlwatcher.cpp')
-rw-r--r-- | src/declarative/qml/qmlwatcher.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlwatcher.cpp b/src/declarative/qml/qmlwatcher.cpp index 2737bf9..889ac78 100644 --- a/src/declarative/qml/qmlwatcher.cpp +++ b/src/declarative/qml/qmlwatcher.cpp @@ -41,10 +41,10 @@ #include <QtCore/qmetaobject.h> #include <QtCore/qdebug.h> -#include <QtDeclarative/qmlexpression.h> +#include <qmlexpression.h> #include <private/qmldebugservice_p.h> -#include <QtDeclarative/qmlcontext.h> -#include <QtDeclarative/qml.h> +#include <qmlcontext.h> +#include <qml.h> #include "qmlwatcher_p.h" |