summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue')
-rw-r--r--examples/sensors/grue/grue.qml2
-rw-r--r--examples/sensors/grue/import/main.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/sensors/grue/grue.qml b/examples/sensors/grue/grue.qml
index 35449adc..65980165 100644
--- a/examples/sensors/grue/grue.qml
+++ b/examples/sensors/grue/grue.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtMobility.sensors 1.3
+import QtSensors 5.0
import Grue 1.0
Rectangle {
diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp
index d892d892..db260bbd 100644
--- a/examples/sensors/grue/import/main.cpp
+++ b/examples/sensors/grue/import/main.cpp
@@ -111,7 +111,7 @@ QT_END_NAMESPACE
/*
\qmltype GrueSensor
\instantiates GrueSensor
- \inherits QtMobility.sensors1::Sensor
+ \inherits QtSensors::Sensor
\inqmlmodule Grue 1.0
\brief The GrueSensor type reports on your chance of being eaten by a Grue.
@@ -124,7 +124,7 @@ QT_END_NAMESPACE
/*
\qmltype GrueSensorReading
\instantiates GrueSensorReading
- \inherits QtMobility.sensors1::SensorReading
+ \inherits QtSensors::SensorReading
\inqmlmodule Grue 1.0
\brief The GrueSensorReading type holds the most recent GrueSensor reading.