Git commit 1004265a61c72f4e7c2d6e668dd7535b3ed728e1 by Giorgos Tsiapaliwkas. Committed on 12/06/2012 at 15:51. Pushed by tsiapaliwkas into branch 'master'. Fix the import of localegallery M +1 -1 plasma/declarative/localegallery/contents/ui/main.qml http://commits.kde.org/kdeexamples/1004265a61c72f4e7c2d6e668dd7535b3ed728e1 diff --git a/plasma/declarative/localegallery/contents/ui/main.qml b/plasma= /declarative/localegallery/contents/ui/main.qml index 3110e91..ca7fc8b 100644 --- a/plasma/declarative/localegallery/contents/ui/main.qml +++ b/plasma/declarative/localegallery/contents/ui/main.qml @@ -21,7 +21,7 @@ = import QtQuick 1.1 import org.kde.plasma.components 0.1 as PlasmaComponents -import org.kde.plasma.locale 0.1 +import org.kde.locale 0.1 = Item { id: root