summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/playground-qml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/playground-qml/main.cpp')
-rw-r--r--examples/qt3d/playground-qml/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/playground-qml/main.cpp b/examples/qt3d/playground-qml/main.cpp
index 6ec4c6097..9b2ff6e0b 100644
--- a/examples/qt3d/playground-qml/main.cpp
+++ b/examples/qt3d/playground-qml/main.cpp
@@ -34,7 +34,7 @@
**
****************************************************************************/
-#include <Qt3DCore/window.h>
+#include <window.h>
#include <Qt3DRenderer/qrenderaspect.h>
#include <Qt3DInput/qinputaspect.h>
#include <Qt3DQuick/QQmlAspectEngine>
@@ -46,7 +46,7 @@ int main(int argc, char* argv[])
{
QGuiApplication app(argc, argv);
- Qt3D::Window view;
+ Window view;
Qt3D::Quick::QQmlAspectEngine engine;
engine.aspectEngine()->registerAspect(new Qt3D::QRenderAspect());