summaryrefslogtreecommitdiffstats
path: root/src/core/doc/src/qt3d-index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/doc/src/qt3d-index.qdoc')
-rw-r--r--src/core/doc/src/qt3d-index.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/doc/src/qt3d-index.qdoc b/src/core/doc/src/qt3d-index.qdoc
index 03f3217d3..db8785436 100644
--- a/src/core/doc/src/qt3d-index.qdoc
+++ b/src/core/doc/src/qt3d-index.qdoc
@@ -60,7 +60,7 @@
\l qmake \c .pro file:
\badcode
- QT += 3dcore 3drenderer 3dinput 3dcollision 3dlogic
+ QT += 3dcore 3drender 3dinput 3dcollision 3dlogic
\endcode
To include the definitions of the modules' classes, use the following
@@ -68,7 +68,7 @@
\badcode
#include <Qt3DCore>
- #include <Qt3DRenderer>
+ #include <Qt3DRender>
#include <Qt3DInput>
#include <Qt3DCollision>
#include <Qt3DLogic>