summaryrefslogtreecommitdiffstats
path: root/qml/MyMenuItem.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/MyMenuItem.qml
parent2c5ba5b8d4af9175f31acea1fe7d96197d10a8a9 (diff)
Fixed qml imports.
Diffstat (limited to 'qml/MyMenuItem.qml')
-rw-r--r--qml/MyMenuItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/MyMenuItem.qml b/qml/MyMenuItem.qml
index e3d181c..752c526 100644
--- a/qml/MyMenuItem.qml
+++ b/qml/MyMenuItem.qml
@@ -42,7 +42,7 @@
// MenuItem is a component that is used in menus.
import QtQuick 1.1
-import com.meego 1.0
+import com.nokia.meego 1.0
import "UIConstants.js" as UI
Item {