summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/cubehouse.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/cubehouse.qdoc')
-rw-r--r--doc/src/examples/cubehouse.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/cubehouse.qdoc b/doc/src/examples/cubehouse.qdoc
index 31bad85c..37d5fe28 100644
--- a/doc/src/examples/cubehouse.qdoc
+++ b/doc/src/examples/cubehouse.qdoc
@@ -33,9 +33,9 @@
\image cubehouse.png
\section1 Overview
- To write a QML application that will use the QML Accelerometer type from the QtMobility.sensors import you need to to the following steps:
+ To write a QML application that will use the QML Accelerometer type from the QtSensors import you need to to the following steps:
- Import the QtMobility.sensors declarative plugin:
+ Import the QtSensors declarative plugin:
\snippet ../examples/sensors/cubehouse/cubehouse.qml 0