diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 08:17:20 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 08:17:20 +0100 |
commit | f1b0405d50f9e83f84c5f3aabb29ce3524220b61 (patch) | |
tree | 2bc79f8d205e6d8c914c04c1e0cc229b7bd2cfb2 /framework/mail/folderlistmodel.cpp | |
parent | 6414ac623ae0db8ba406a92b07c99f3eede99d1f (diff) | |
download | kube-f1b0405d50f9e83f84c5f3aabb29ce3524220b61.tar.gz kube-f1b0405d50f9e83f84c5f3aabb29ce3524220b61.zip |
Adapt to changes.
Diffstat (limited to 'framework/mail/folderlistmodel.cpp')
-rw-r--r-- | framework/mail/folderlistmodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/mail/folderlistmodel.cpp b/framework/mail/folderlistmodel.cpp index 645ecc30..431354d7 100644 --- a/framework/mail/folderlistmodel.cpp +++ b/framework/mail/folderlistmodel.cpp | |||
@@ -19,8 +19,8 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include "folderlistmodel.h" | 21 | #include "folderlistmodel.h" |
22 | #include <sinkcommon/clientapi.h> | 22 | #include <sink/clientapi.h> |
23 | #include <sinkcommon/applicationdomaintype.h> | 23 | #include <sink/applicationdomaintype.h> |
24 | 24 | ||
25 | FolderListModel::FolderListModel(QObject *parent) : QIdentityProxyModel() | 25 | FolderListModel::FolderListModel(QObject *parent) : QIdentityProxyModel() |
26 | { | 26 | { |