summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/basicshapes-cpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/basicshapes-cpp/main.cpp')
-rw-r--r--examples/qt3d/basicshapes-cpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/basicshapes-cpp/main.cpp b/examples/qt3d/basicshapes-cpp/main.cpp
index 1e122c65e..f3e5a9129 100644
--- a/examples/qt3d/basicshapes-cpp/main.cpp
+++ b/examples/qt3d/basicshapes-cpp/main.cpp
@@ -91,7 +91,7 @@ int main(int argc, char **argv)
Qt3D::QAspectEngine engine;
engine.registerAspect(new Qt3D::QRenderAspect());
- Qt3D::QInputAspect *input = new Qt3D::QInputAspect;
+ Qt3DInput::QInputAspect *input = new Qt3DInput::QInputAspect;
engine.registerAspect(input);
engine.initialize();
QVariantMap data;