summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/tessellation-modes/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/tessellation-modes/main.cpp')
-rw-r--r--examples/qt3d/tessellation-modes/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/tessellation-modes/main.cpp b/examples/qt3d/tessellation-modes/main.cpp
index df1ba87de..eee73d435 100644
--- a/examples/qt3d/tessellation-modes/main.cpp
+++ b/examples/qt3d/tessellation-modes/main.cpp
@@ -36,7 +36,7 @@
#include "tessellatedquadmesh.h"
-#include <Qt3DCore/window.h>
+#include <window.h>
#include <Qt3DRenderer/qrenderaspect.h>
#include <Qt3DInput/QInputAspect>
#include <Qt3DQuick/QQmlAspectEngine>
@@ -48,7 +48,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());