aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/mobilecomponents/Heading.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/Heading.qml')
-rw-r--r--qt-mobile/qml/mobilecomponents/Heading.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/qt-mobile/qml/mobilecomponents/Heading.qml b/qt-mobile/qml/mobilecomponents/Heading.qml
index 0d3909e12..db69645eb 100644
--- a/qt-mobile/qml/mobilecomponents/Heading.qml
+++ b/qt-mobile/qml/mobilecomponents/Heading.qml
@@ -30,12 +30,10 @@ import org.kde.plasma.mobilecomponents 0.2
* Example usage:
*
* @code
- * import org.kde.plasma.extras 2.0 as PlasmaExtras
+ * import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
* [...]
* Column {
- * PlasmaExtras.Title { text: "Fruit sweetness on the rise" }
- * PlasmaExtras.Heading { text: "Apples in the sunlight"; level: 2 }
- * PlasmaExtras.Paragraph { text: "Long text about fruit and apples [...]" }
+ * MobileComponents.Heading { text: "Apples in the sunlight"; level: 2 }
* [...]
* }
* @endcode