summaryrefslogtreecommitdiffstats
path: root/examples/tessellation-modes/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tessellation-modes/main.cpp')
-rw-r--r--examples/tessellation-modes/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tessellation-modes/main.cpp b/examples/tessellation-modes/main.cpp
index c543bdbf9..8eb2950cb 100644
--- a/examples/tessellation-modes/main.cpp
+++ b/examples/tessellation-modes/main.cpp
@@ -42,7 +42,7 @@
#include "tessellatedquadmesh.h"
#include <Qt3DQuick/quickwindow.h>
-#include <Qt3DRenderer/rendereraspect.h>
+#include <Qt3DRenderer/qrenderaspect.h>
#include <exampleresources.h>
@@ -56,7 +56,7 @@ int main(int argc, char* argv[])
initializeAssetResources("../exampleresources/example-assets.qrb");
Qt3D::Quick::QuickWindow view;
- view.registerAspect(new Qt3D::RendererAspect());
+ view.registerAspect(new Qt3D::QRenderAspect());
// Register our custom types
qmlRegisterType<TessellatedQuadMesh>("Qt3D.Examples", 1, 0, "TessellatedQuadMesh");