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