diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
commit | bdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch) | |
tree | 25c2ee1b29bc481b6914c244ed9ca194b1415d16 /common/query.h | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/query.h')
-rw-r--r-- | common/query.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/query.h b/common/query.h index 1df32da..a0a50ba 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <QSet> | 24 | #include <QSet> |
25 | #include "applicationdomaintype.h" | 25 | #include "applicationdomaintype.h" |
26 | 26 | ||
27 | namespace Akonadi2 { | 27 | namespace Sink { |
28 | 28 | ||
29 | /** | 29 | /** |
30 | * A query that matches a set of entities. | 30 | * A query that matches a set of entities. |
@@ -64,7 +64,7 @@ public: | |||
64 | return query; | 64 | return query; |
65 | } | 65 | } |
66 | 66 | ||
67 | static Query ResourceFilter(const ApplicationDomain::AkonadiResource &entity) | 67 | static Query ResourceFilter(const ApplicationDomain::SinkResource &entity) |
68 | { | 68 | { |
69 | return ResourceFilter(entity.identifier()); | 69 | return ResourceFilter(entity.identifier()); |
70 | } | 70 | } |
@@ -138,4 +138,4 @@ public: | |||
138 | 138 | ||
139 | } | 139 | } |
140 | 140 | ||
141 | Q_DECLARE_OPERATORS_FOR_FLAGS(Akonadi2::Query::Flags) | 141 | Q_DECLARE_OPERATORS_FOR_FLAGS(Sink::Query::Flags) |