diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 22:48:35 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 22:48:35 +0200 |
commit | 4a487d2c95dd35156a289405e96c39125a5e3952 (patch) | |
tree | 52bc9680e40fe2795fa141cbd12ca843e4cf5483 | |
parent | 51b9087bd5c5c2a189d5bf05a609995a6f17beab (diff) | |
download | kube-4a487d2c95dd35156a289405e96c39125a5e3952.tar.gz kube-4a487d2c95dd35156a289405e96c39125a5e3952.zip |
Added necessary using directive
-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: |