aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/default/birthdayparty.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/default/birthdayparty.py')
-rw-r--r--examples/qml/referenceexamples/default/birthdayparty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/referenceexamples/default/birthdayparty.py b/examples/qml/referenceexamples/default/birthdayparty.py
index 3c13ca6cf..8c6f7e8fb 100644
--- a/examples/qml/referenceexamples/default/birthdayparty.py
+++ b/examples/qml/referenceexamples/default/birthdayparty.py
@@ -9,7 +9,7 @@ from person import Person
# To be used on the @QmlElement decorator
# (QML_IMPORT_MINOR_VERSION is optional)
-QML_IMPORT_NAME = "examples.default.people"
+QML_IMPORT_NAME = "People"
QML_IMPORT_MAJOR_VERSION = 1