diff options
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) |