summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-cpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/simple-cpp/main.cpp')
-rw-r--r--examples/qt3d/simple-cpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/simple-cpp/main.cpp b/examples/qt3d/simple-cpp/main.cpp
index 431b0ac8a..2755b37cc 100644
--- a/examples/qt3d/simple-cpp/main.cpp
+++ b/examples/qt3d/simple-cpp/main.cpp
@@ -64,7 +64,7 @@ int main(int argc, char* argv[])
{
QGuiApplication app(argc, argv);
Qt3D::QWindow view;
- Qt3D::QInputAspect *input = new Qt3D::QInputAspect;
+ Qt3DInput::QInputAspect *input = new Qt3DInput::QInputAspect;
view.registerAspect(input);
// Root entity