diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-23 19:13:13 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-23 19:13:13 +0200 |
commit | b968ea8ed364238c57c3e74cf2c122cb897cfbea (patch) | |
tree | 7a2dca2199906413a2d0b7d075ded0e4d5ffb69f /framework/src/domain/mailtemplates.cpp | |
parent | c1ca732bafc60f5c140ef5516e32bd46503bf68c (diff) | |
download | kube-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.cpp | 2 |
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 | ||
42 | namespace KMime { | 42 | namespace KMime { |
43 | namespace Types { | 43 | namespace Types { |