summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mailtemplates.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-23 19:13:13 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-23 19:13:13 +0200
commitb968ea8ed364238c57c3e74cf2c122cb897cfbea (patch)
tree7a2dca2199906413a2d0b7d075ded0e4d5ffb69f /framework/src/domain/mailtemplates.cpp
parentc1ca732bafc60f5c140ef5516e32bd46503bf68c (diff)
downloadkube-b968ea8ed364238c57c3e74cf2c122cb897cfbea.tar.gz
kube-b968ea8ed364238c57c3e74cf2c122cb897cfbea.zip
Builds but doesn't link, no formatters yet
Diffstat (limited to 'framework/src/domain/mailtemplates.cpp')
-rw-r--r--framework/src/domain/mailtemplates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/domain/mailtemplates.cpp b/framework/src/domain/mailtemplates.cpp
index 43e169de..254dbba3 100644
--- a/framework/src/domain/mailtemplates.cpp
+++ b/framework/src/domain/mailtemplates.cpp
@@ -37,7 +37,7 @@
37#include "stringhtmlwriter.h" 37#include "stringhtmlwriter.h"
38#include "objecttreesource.h" 38#include "objecttreesource.h"
39 39
40#include <MimeTreeParser/ObjectTreeParser> 40#include <otp/objecttreeparser.h>
41 41
42namespace KMime { 42namespace KMime {
43 namespace Types { 43 namespace Types {