Fix RangeModel namespace

This commit is contained in:
Sebastian Kügler 2013-02-20 05:24:03 +01:00
parent 2566309c9a
commit 71e2114541
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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