diff options
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r-- | framework/src/frameworkplugin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp index 4c17242f..2f77bef4 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -35,7 +35,6 @@ | |||
35 | #include "accounts/accountsmodel.h" | 35 | #include "accounts/accountsmodel.h" |
36 | #include "accounts/accountfactory.h" | 36 | #include "accounts/accountfactory.h" |
37 | #include "settings/settings.h" | 37 | #include "settings/settings.h" |
38 | #include "notifications/notificationhandler.h" | ||
39 | #include "actions/action.h" | 38 | #include "actions/action.h" |
40 | #include "actions/context.h" | 39 | #include "actions/context.h" |
41 | #include "actions/actionhandler.h" | 40 | #include "actions/actionhandler.h" |
@@ -70,8 +69,6 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
70 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 69 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |
71 | 70 | ||
72 | qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings"); | 71 | qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings"); |
73 | qmlRegisterType<Kube::NotificationHandler>(uri, 1, 0, "NotificationHandler"); | ||
74 | qmlRegisterType<Kube::Notification>(uri, 1, 0, "Notification"); | ||
75 | 72 | ||
76 | qmlRegisterType<Kube::Context>(uri, 1, 0, "Context"); | 73 | qmlRegisterType<Kube::Context>(uri, 1, 0, "Context"); |
77 | qmlRegisterType<Kube::Action>(uri, 1, 0, "Action"); | 74 | qmlRegisterType<Kube::Action>(uri, 1, 0, "Action"); |