summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/gooch-qml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/gooch-qml/main.cpp')
-rw-r--r--examples/qt3d/gooch-qml/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/gooch-qml/main.cpp b/examples/qt3d/gooch-qml/main.cpp
index eaf35b0a3..7d5e65a85 100644
--- a/examples/qt3d/gooch-qml/main.cpp
+++ b/examples/qt3d/gooch-qml/main.cpp
@@ -49,7 +49,7 @@ int main(int argc, char* argv[])
Window view;
Qt3D::Quick::QQmlAspectEngine engine;
- engine.aspectEngine()->registerAspect(new Qt3D::QRenderAspect());
+ engine.aspectEngine()->registerAspect(new Qt3DRender::QRenderAspect());
engine.aspectEngine()->registerAspect(new Qt3DInput::QInputAspect());
// Expose the window as a context property so we can set the aspect ratio