summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-qml
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-06-11 14:55:32 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-06-11 14:15:39 +0000
commitb21dfb2db3b48192e05dfdca9fdb85ed4bca02f2 (patch)
tree710dff61506b2feff8d625fb50c845501b40b2c0 /examples/qt3d/simple-qml
parent09a701b0aecd199a210df971fb0f13bd37c24430 (diff)
Use Qt3D.Renderer rather than Render
This should make the documentation and code terminology consistent throughout. We can rename the source directories at a later date if needed. Task-number: QTBUG-46622 Change-Id: I2737e54192341808f4a0270ad19ba70f6c4af589 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'examples/qt3d/simple-qml')
-rw-r--r--examples/qt3d/simple-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/simple-qml/main.qml b/examples/qt3d/simple-qml/main.qml
index c82bafaa3..9d9038d7d 100644
--- a/examples/qt3d/simple-qml/main.qml
+++ b/examples/qt3d/simple-qml/main.qml
@@ -35,7 +35,7 @@
****************************************************************************/
import Qt3D 2.0
-import Qt3D.Render 2.0
+import Qt3D.Renderer 2.0
import QtQuick 2.2 as QQ2
Entity {