diff options
Diffstat (limited to 'framework/accounts/accountsplugin.cpp')
-rw-r--r-- | framework/accounts/accountsplugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/accounts/accountsplugin.cpp b/framework/accounts/accountsplugin.cpp index 51316b52..0d77376b 100644 --- a/framework/accounts/accountsplugin.cpp +++ b/framework/accounts/accountsplugin.cpp | |||
@@ -21,6 +21,7 @@ | |||
21 | #include "accountsmodel.h" | 21 | #include "accountsmodel.h" |
22 | #include "accountfactory.h" | 22 | #include "accountfactory.h" |
23 | #include "maildircontroller.h" | 23 | #include "maildircontroller.h" |
24 | #include "kolabnowcontroller.h" | ||
24 | 25 | ||
25 | #include <QtQml> | 26 | #include <QtQml> |
26 | 27 | ||
@@ -30,4 +31,5 @@ void AccountsPlugin::registerTypes (const char *uri) | |||
30 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 31 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
31 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 32 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |
32 | qmlRegisterType<MaildirController>(uri, 1, 0, "MaildirController"); | 33 | qmlRegisterType<MaildirController>(uri, 1, 0, "MaildirController"); |
34 | qmlRegisterType<KolabNowController>(uri, 1, 0, "KolabNowController"); | ||
33 | } | 35 | } |