diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-23 21:25:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-23 21:25:30 +0200 |
commit | 01f36d638e12bd6ecc97fbef27d694172fbdd7f8 (patch) | |
tree | 17f1bb3fecfa4c6b50461579cfda8c98fa8ae1ae /framework/src/frameworkplugin.cpp | |
parent | 31bf3102fe8f8cdd3f1448f0f22f182d0c2820d2 (diff) | |
download | kube-01f36d638e12bd6ecc97fbef27d694172fbdd7f8.tar.gz kube-01f36d638e12bd6ecc97fbef27d694172fbdd7f8.zip |
Fixed stuff that got broken during the move
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r-- | framework/src/frameworkplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp index 1c881e24..84ada236 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -23,7 +23,7 @@ | |||
23 | #include "domain/maillistmodel.h" | 23 | #include "domain/maillistmodel.h" |
24 | #include "domain/folderlistmodel.h" | 24 | #include "domain/folderlistmodel.h" |
25 | #include "domain/composercontroller.h" | 25 | #include "domain/composercontroller.h" |
26 | #include "domain/messageparser.h" | 26 | #include "domain/mime/messageparser.h" |
27 | #include "domain/retriever.h" | 27 | #include "domain/retriever.h" |
28 | #include "domain/outboxmodel.h" | 28 | #include "domain/outboxmodel.h" |
29 | #include "domain/mouseproxy.h" | 29 | #include "domain/mouseproxy.h" |