diff options
-rw-r--r-- | framework/src/domain/contactcontroller.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/domain/contactcontroller.cpp b/framework/src/domain/contactcontroller.cpp index 32c6d2a2..18e599e0 100644 --- a/framework/src/domain/contactcontroller.cpp +++ b/framework/src/domain/contactcontroller.cpp | |||
@@ -23,6 +23,8 @@ | |||
23 | #include <sink/log.h> | 23 | #include <sink/log.h> |
24 | #include <KContacts/VCardConverter> | 24 | #include <KContacts/VCardConverter> |
25 | 25 | ||
26 | using namespace Sink::ApplicationDomain; | ||
27 | |||
26 | class MailsController : public Kube::ListPropertyController | 28 | class MailsController : public Kube::ListPropertyController |
27 | { | 29 | { |
28 | public: | 30 | public: |