import the proper stuff

This commit is contained in:
Marco Martin 2012-01-27 20:01:58 +01:00
parent 3fc335fdd9
commit 4fcf00b9eb

View File

@ -132,6 +132,6 @@ Item {
}
}
source: interactive ? "ScrollBarDelegate.qml" : "ScrollDecoratorDelegate.qml"
source: interactive ? "private/ScrollBarDelegate.qml" : "private/ScrollDecoratorDelegate.qml"
}
}