diff options
Diffstat (limited to 'src/declarative/qml/qmlwatcher.cpp')
-rw-r--r-- | src/declarative/qml/qmlwatcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlwatcher.cpp b/src/declarative/qml/qmlwatcher.cpp index 3216a6b..2ecb1d9 100644 --- a/src/declarative/qml/qmlwatcher.cpp +++ b/src/declarative/qml/qmlwatcher.cpp @@ -42,11 +42,11 @@ #include <QtCore/qmetaobject.h> #include <QtCore/qdebug.h> #include <qmlexpression.h> -#include "qmldebugservice_p.h" +#include <private/qmldebugservice_p.h> #include <qmlcontext.h> #include <qml.h> -#include "qmlwatcher_p.h" +#include <private/qmlwatcher_p.h> QT_BEGIN_NAMESPACE |