diff options
Diffstat (limited to 'framework/actions/actionplugin.cpp')
-rw-r--r-- | framework/actions/actionplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/actions/actionplugin.cpp b/framework/actions/actionplugin.cpp index 710ba08a..87bc4d7b 100644 --- a/framework/actions/actionplugin.cpp +++ b/framework/actions/actionplugin.cpp | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | void KubePlugin::registerTypes (const char *uri) | 9 | void KubePlugin::registerTypes (const char *uri) |
10 | { | 10 | { |
11 | Q_ASSERT(uri == QLatin1String("org.kde.kube.actions")); | 11 | Q_ASSERT(uri == QLatin1String("org.kube.framework.actions")); |
12 | qmlRegisterType<Kube::Context>(uri, 1, 0, "Context"); | 12 | qmlRegisterType<Kube::Context>(uri, 1, 0, "Context"); |
13 | qmlRegisterType<Kube::Action>(uri, 1, 0, "Action"); | 13 | qmlRegisterType<Kube::Action>(uri, 1, 0, "Action"); |
14 | qmlRegisterType<Kube::ActionHandler>(uri, 1, 0, "ActionHandler"); | 14 | qmlRegisterType<Kube::ActionHandler>(uri, 1, 0, "ActionHandler"); |