diff options
| -rw-r--r-- | src/quick/items/qquickwindow.h | 2 | ||||
| -rw-r--r-- | src/quick/scenegraph/coreapi/qsgabstractrenderer.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickwindow.h b/src/quick/items/qquickwindow.h index 89780e4b75..a714d2f331 100644 --- a/src/quick/items/qquickwindow.h +++ b/src/quick/items/qquickwindow.h @@ -47,7 +47,7 @@ #include <QtGui/qopengl.h> #include <QtGui/qwindow.h> #include <QtGui/qevent.h> -#include <qqml.h> +#include <QtQml/qqml.h> QT_BEGIN_NAMESPACE diff --git a/src/quick/scenegraph/coreapi/qsgabstractrenderer.h b/src/quick/scenegraph/coreapi/qsgabstractrenderer.h index 671d62e931..e169671492 100644 --- a/src/quick/scenegraph/coreapi/qsgabstractrenderer.h +++ b/src/quick/scenegraph/coreapi/qsgabstractrenderer.h @@ -42,7 +42,7 @@ #ifndef QSGABSTRACTRENDERER_H #define QSGABSTRACTRENDERER_H -#include "qsgnode.h" +#include <QtQuick/qsgnode.h> QT_BEGIN_NAMESPACE |
