diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 11:32:54 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 11:32:54 +0100 |
commit | 9b19914e60a6810e34c5ffcc660037da4d8c5f13 (patch) | |
tree | 74ce36d7851f3378172acfaa24d94434d7e9a503 /framework/mail/folderlistmodel.cpp | |
parent | f1b0405d50f9e83f84c5f3aabb29ce3524220b61 (diff) | |
download | kube-9b19914e60a6810e34c5ffcc660037da4d8c5f13.tar.gz kube-9b19914e60a6810e34c5ffcc660037da4d8c5f13.zip |
Use the new headers
Diffstat (limited to 'framework/mail/folderlistmodel.cpp')
-rw-r--r-- | framework/mail/folderlistmodel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/mail/folderlistmodel.cpp b/framework/mail/folderlistmodel.cpp index 431354d7..16586124 100644 --- a/framework/mail/folderlistmodel.cpp +++ b/framework/mail/folderlistmodel.cpp | |||
@@ -19,8 +19,7 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include "folderlistmodel.h" | 21 | #include "folderlistmodel.h" |
22 | #include <sink/clientapi.h> | 22 | #include <sink/store.h> |
23 | #include <sink/applicationdomaintype.h> | ||
24 | 23 | ||
25 | FolderListModel::FolderListModel(QObject *parent) : QIdentityProxyModel() | 24 | FolderListModel::FolderListModel(QObject *parent) : QIdentityProxyModel() |
26 | { | 25 | { |