From 71e2114541a19a55236c3b9b523dc79a4f3651c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 20 Feb 2013 05:24:03 +0100 Subject: [PATCH] Fix RangeModel namespace --- .../plasmacomponents/platformcomponents/touch/ScrollBar.qml | 3 ++- .../platformcomponents/touch/SectionScroller.qml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml b/src/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml index 693882cf9..48c0c67bc 100644 --- a/src/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml +++ b/src/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml @@ -20,6 +20,7 @@ import QtQuick 2.0 import org.kde.plasma.core 0.1 as PlasmaCore +import org.kde.plasma.components 0.1 as PlasmaComponents import "private" as Private @@ -80,7 +81,7 @@ Item { } } - RangeModel { + PlasmaComponents.RangeModel { id: range minimumValue: 0 diff --git a/src/declarativeimports/plasmacomponents/platformcomponents/touch/SectionScroller.qml b/src/declarativeimports/plasmacomponents/platformcomponents/touch/SectionScroller.qml index cec4107c2..0ca994372 100644 --- a/src/declarativeimports/plasmacomponents/platformcomponents/touch/SectionScroller.qml +++ b/src/declarativeimports/plasmacomponents/platformcomponents/touch/SectionScroller.qml @@ -41,6 +41,7 @@ import QtQuick 2.0 import "private/SectionScroller.js" as Sections import org.kde.plasma.core 0.1 as PlasmaCore +import org.kde.plasma.components 0.1 as PlasmaComponents /** * It's similar to a ScrollBar or a ScrollDecorator. @@ -104,7 +105,7 @@ Item { } } - RangeModel { + PlasmaComponents.RangeModel { id: range minimumValue: 0