diff options
Diffstat (limited to 'framework/mail/maillistmodel.h')
-rw-r--r-- | framework/mail/maillistmodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/mail/maillistmodel.h b/framework/mail/maillistmodel.h index 1d56e6b8..6593a59c 100644 --- a/framework/mail/maillistmodel.h +++ b/framework/mail/maillistmodel.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <akonadi2common/clientapi.h> | 23 | #include <sinkcommon/clientapi.h> |
24 | 24 | ||
25 | #include <QIdentityProxyModel> | 25 | #include <QIdentityProxyModel> |
26 | #include <QSharedPointer> | 26 | #include <QSharedPointer> |
@@ -53,7 +53,7 @@ public: | |||
53 | 53 | ||
54 | QHash<int, QByteArray> roleNames() const; | 54 | QHash<int, QByteArray> roleNames() const; |
55 | 55 | ||
56 | void runQuery(const Akonadi2::Query &query); | 56 | void runQuery(const Sink::Query &query); |
57 | 57 | ||
58 | void setParentFolder(const QVariant &parentFolder); | 58 | void setParentFolder(const QVariant &parentFolder); |
59 | QVariant parentFolder() const; | 59 | QVariant parentFolder() const; |