summaryrefslogtreecommitdiffstats
path: root/qml/TrackDelegate.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/TrackDelegate.qml
parent2c5ba5b8d4af9175f31acea1fe7d96197d10a8a9 (diff)
Fixed qml imports.
Diffstat (limited to 'qml/TrackDelegate.qml')
-rw-r--r--qml/TrackDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/TrackDelegate.qml b/qml/TrackDelegate.qml
index b5b501b..3eaef7f 100644
--- a/qml/TrackDelegate.qml
+++ b/qml/TrackDelegate.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 {