summaryrefslogtreecommitdiffstats
path: root/src/imports/scxmlstatemachine/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/scxmlstatemachine/plugin.cpp')
-rw-r--r--src/imports/scxmlstatemachine/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/scxmlstatemachine/plugin.cpp b/src/imports/scxmlstatemachine/plugin.cpp
index 9357764..cd13f33 100644
--- a/src/imports/scxmlstatemachine/plugin.cpp
+++ b/src/imports/scxmlstatemachine/plugin.cpp
@@ -41,7 +41,7 @@
#include "eventconnection.h"
#include "qscxmlevent.h"
#include "statemachineextended.h"
-#include "substatemachines.h"
+#include "invokedservices.h"
#include <QQmlExtensionPlugin>
#include <qqml.h>
@@ -70,7 +70,7 @@ public:
Q_UNUSED(qScxmlEventMetaTypeId)
qmlRegisterType<QScxmlStateMachineLoader>(uri, major, minor, "StateMachineLoader");
qmlRegisterType<QScxmlEventConnection>(uri, major, minor, "EventConnection");
- qmlRegisterType<QScxmlSubStateMachines>(uri, major, minor, "SubStateMachines");
+ qmlRegisterType<QScxmlInvokedServices>(uri, major, minor, "InvokedServices");
qmlRegisterExtendedUncreatableType<QScxmlStateMachine, QScxmlStateMachineExtended>(
uri, major, minor, "QScxmlStateMachine", "Only created through derived types");
qmlProtectModule(uri, 1);