aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-08-22 10:40:19 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-08-22 11:47:35 +0200
commit2cbc2366a2a7b39199b6c83b2a6c6df65f79ec0b (patch)
tree3d0e7c0f889058de7d85701584d659e0c22b07b8 /share
parent209a17ed48924d70dfeab4b60bd5d4aab14e51a1 (diff)
QtQuick wizard: Use com.nokia.meego for Meego/Harmattan components
This is the namespace also used in the documentation. On the device, the components are available both under com.meego and com.nokia.meego, but mixing these two in one application results in runtime errors. Task-number: QTCREATORBUG-5850 Change-Id: Ia5db9456c0dd1052042af5a8e8760a34d58b93ab Reviewed-on: http://codereview.qt.nokia.com/3296 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/qtquickapp/qml/app/meego10/MainPage.qml2
-rw-r--r--share/qtcreator/templates/qtquickapp/qml/app/meego10/main.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/templates/qtquickapp/qml/app/meego10/MainPage.qml b/share/qtcreator/templates/qtquickapp/qml/app/meego10/MainPage.qml
index b02ef34642a..9de64968f44 100644
--- a/share/qtcreator/templates/qtquickapp/qml/app/meego10/MainPage.qml
+++ b/share/qtcreator/templates/qtquickapp/qml/app/meego10/MainPage.qml
@@ -1,5 +1,5 @@
import QtQuick 1.1
-import com.meego 1.0
+import com.nokia.meego 1.0
Page {
tools: commonTools
diff --git a/share/qtcreator/templates/qtquickapp/qml/app/meego10/main.qml b/share/qtcreator/templates/qtquickapp/qml/app/meego10/main.qml
index cb3a632b293..90b87979464 100644
--- a/share/qtcreator/templates/qtquickapp/qml/app/meego10/main.qml
+++ b/share/qtcreator/templates/qtquickapp/qml/app/meego10/main.qml
@@ -1,5 +1,5 @@
import QtQuick 1.1
-import com.meego 1.0
+import com.nokia.meego 1.0
PageStackWindow {
id: appWindow