From 4fcf00b9ebd2814df16a291a2e699ded9e5b874c Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 27 Jan 2012 20:01:58 +0100 Subject: [PATCH] import the proper stuff --- .../plasmacomponents/platformcomponents/touch/ScrollBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml b/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml index 25c7e08ba..5bfc714be 100644 --- a/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml +++ b/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml @@ -132,6 +132,6 @@ Item { } } - source: interactive ? "ScrollBarDelegate.qml" : "ScrollDecoratorDelegate.qml" + source: interactive ? "private/ScrollBarDelegate.qml" : "private/ScrollDecoratorDelegate.qml" } }