aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/methods/birthdayparty.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/methods/birthdayparty.py')
-rw-r--r--examples/qml/referenceexamples/methods/birthdayparty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/referenceexamples/methods/birthdayparty.py b/examples/qml/referenceexamples/methods/birthdayparty.py
index 41425a2b1..a3942b671 100644
--- a/examples/qml/referenceexamples/methods/birthdayparty.py
+++ b/examples/qml/referenceexamples/methods/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.methods.people"
+QML_IMPORT_NAME = "People"
QML_IMPORT_MAJOR_VERSION = 1