aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/extending/chapter6-plugins/app.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/extending/chapter6-plugins/app.qml')
-rw-r--r--examples/tutorials/extending/chapter6-plugins/app.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/extending/chapter6-plugins/app.qml b/examples/tutorials/extending/chapter6-plugins/app.qml
index b6eac44e27..09931e02b5 100644
--- a/examples/tutorials/extending/chapter6-plugins/app.qml
+++ b/examples/tutorials/extending/chapter6-plugins/app.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
import QtQuick 2.0
-import "ChartsPlugin" 1.0
+import Charts 1.0
Item {
width: 300; height: 200