summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/import/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/import/main.cpp')
-rw-r--r--examples/sensors/grue/import/main.cpp4
1 files changed, 2 insertions, 2 deletions
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.