summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-11-01 08:43:09 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-11-01 13:13:23 +0200
commitf3787a5393de0b9ea1ced47b57fc7ba581677aab (patch)
tree93751a3561d2741b38f64cdb9b350fcbe1271d72 /examples/qmlsurface
parent9dccb0ba57a2299348a5fd267902c57f94f09494 (diff)
Remove com.digia. from QML import
Change-Id: Ic9c44d9af34d602a017ef274cc73fb6ad51f59d8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlsurface')
-rw-r--r--examples/qmlsurface/qml/qmlsurface/data.qml2
-rw-r--r--examples/qmlsurface/qml/qmlsurface/main.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qmlsurface/qml/qmlsurface/data.qml b/examples/qmlsurface/qml/qmlsurface/data.qml
index 80ed471a..e5678669 100644
--- a/examples/qmlsurface/qml/qmlsurface/data.qml
+++ b/examples/qmlsurface/qml/qmlsurface/data.qml
@@ -17,7 +17,7 @@
****************************************************************************/
import QtQuick 2.1
-import com.digia.QtDataVisualization 1.0
+import QtDataVisualization 1.0
Item {
property alias mapping: surfaceMapping
diff --git a/examples/qmlsurface/qml/qmlsurface/main.qml b/examples/qmlsurface/qml/qmlsurface/main.qml
index bc8d9499..6d6b2821 100644
--- a/examples/qmlsurface/qml/qmlsurface/main.qml
+++ b/examples/qmlsurface/qml/qmlsurface/main.qml
@@ -17,7 +17,7 @@
****************************************************************************/
import QtQuick 2.1
-import com.digia.QtDataVisualization 1.0
+import QtDataVisualization 1.0
import "."
Item {