summaryrefslogtreecommitdiffstats
path: root/examples/cylinder-qml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cylinder-qml/main.cpp')
-rw-r--r--examples/cylinder-qml/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cylinder-qml/main.cpp b/examples/cylinder-qml/main.cpp
index 1efee589c..9e80a8936 100644
--- a/examples/cylinder-qml/main.cpp
+++ b/examples/cylinder-qml/main.cpp
@@ -40,7 +40,7 @@
****************************************************************************/
#include <Qt3DQuick/quickwindow.h>
-#include <Qt3DRenderer/rendereraspect.h>
+#include <Qt3DRenderer/qrenderaspect.h>
#include <QGuiApplication>
@@ -51,7 +51,7 @@ int main(int argc, char* argv[])
QGuiApplication app(argc, argv);
Qt3D::Quick::QuickWindow view;
- view.registerAspect(new Qt3D::RendererAspect());
+ view.registerAspect(new Qt3D::QRenderAspect());
// There should be some synchronising mechanism to make sure
// the source is set after alll aspects have been completely initialized
// Otherwise we might encounter cases where an Aspect's QML elements have