diff options
Diffstat (limited to 'src/declarative/qml/qmlwatcher.cpp')
-rw-r--r-- | src/declarative/qml/qmlwatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlwatcher.cpp b/src/declarative/qml/qmlwatcher.cpp index 8cd51e0..a9d3dad 100644 --- a/src/declarative/qml/qmlwatcher.cpp +++ b/src/declarative/qml/qmlwatcher.cpp @@ -42,7 +42,7 @@ #include <QtCore/qmetaobject.h> #include <QtCore/qdebug.h> #include <QtDeclarative/qmlexpression.h> -#include <QtDeclarative/qmldebugservice.h> +#include <private/qmldebugservice_p.h> #include <QtDeclarative/qmlcontext.h> #include <QtDeclarative/qml.h> |