summaryrefslogtreecommitdiffstats
path: root/common/inspection.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/inspection.h')
-rw-r--r--common/inspection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/inspection.h b/common/inspection.h
index ecf5b3d..b9f6bf3 100644
--- a/common/inspection.h
+++ b/common/inspection.h
@@ -23,11 +23,11 @@
23#include <QVariant> 23#include <QVariant>
24#include "applicationdomaintype.h" 24#include "applicationdomaintype.h"
25 25
26namespace Akonadi2 { 26namespace Sink {
27 namespace Resources { 27 namespace Resources {
28 28
29struct Inspection { 29struct Inspection {
30 static Inspection PropertyInspection(const Akonadi2::ApplicationDomain::Entity &entity, const QByteArray &property, const QVariant &expectedValue) 30 static Inspection PropertyInspection(const Sink::ApplicationDomain::Entity &entity, const QByteArray &property, const QVariant &expectedValue)
31 { 31 {
32 Inspection inspection; 32 Inspection inspection;
33 inspection.resourceIdentifier = entity.resourceInstanceIdentifier(); 33 inspection.resourceIdentifier = entity.resourceInstanceIdentifier();
@@ -37,7 +37,7 @@ struct Inspection {
37 return inspection; 37 return inspection;
38 } 38 }
39 39
40 static Inspection ExistenceInspection(const Akonadi2::ApplicationDomain::Entity &entity, bool exists) 40 static Inspection ExistenceInspection(const Sink::ApplicationDomain::Entity &entity, bool exists)
41 { 41 {
42 Inspection inspection; 42 Inspection inspection;
43 inspection.resourceIdentifier = entity.resourceInstanceIdentifier(); 43 inspection.resourceIdentifier = entity.resourceInstanceIdentifier();