summaryrefslogtreecommitdiffstats
path: root/qml/ArtistDelegate.qml
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2012-05-14 13:21:49 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2012-05-14 13:21:49 +0200
commitba42f561ea197d1e797b5ea945e600ee6d4d55f1 (patch)
tree6cf914a2c41ecfb6e717d58792dc2635353a4b68 /qml/ArtistDelegate.qml
parent2c5ba5b8d4af9175f31acea1fe7d96197d10a8a9 (diff)
Fixed qml imports.
Diffstat (limited to 'qml/ArtistDelegate.qml')
-rw-r--r--qml/ArtistDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ArtistDelegate.qml b/qml/ArtistDelegate.qml
index 1be3419..619da9c 100644
--- a/qml/ArtistDelegate.qml
+++ b/qml/ArtistDelegate.qml
@@ -40,7 +40,7 @@
import QtQuick 1.1
-import com.meego 1.0
+import com.nokia.meego 1.0
import "UIConstants.js" as UI
Item {