summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/src/domain/contactcontroller.cpp2
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
26using namespace Sink::ApplicationDomain;
27
26class MailsController : public Kube::ListPropertyController 28class MailsController : public Kube::ListPropertyController
27{ 29{
28public: 30public: