summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
commitbdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch)
tree25c2ee1b29bc481b6914c244ed9ca194b1415d16 /common/resource.h
parent17e7ee40c9185c0505883853345fd6024c675b1a (diff)
downloadsink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz
sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/resource.h b/common/resource.h
index 2ae71a0..30d6c46 100644
--- a/common/resource.h
+++ b/common/resource.h
@@ -19,19 +19,19 @@
19 */ 19 */
20#pragma once 20#pragma once
21 21
22#include <akonadi2common_export.h> 22#include <sinkcommon_export.h>
23 23
24#include <Async/Async> 24#include <Async/Async>
25#include "notification.h" 25#include "notification.h"
26 26
27namespace Akonadi2 27namespace Sink
28{ 28{
29class FacadeFactory; 29class FacadeFactory;
30 30
31/** 31/**
32 * Resource interface 32 * Resource interface
33 */ 33 */
34class AKONADI2COMMON_EXPORT Resource : public QObject 34class SINKCOMMON_EXPORT Resource : public QObject
35{ 35{
36 Q_OBJECT 36 Q_OBJECT
37public: 37public:
@@ -83,8 +83,8 @@ private:
83 Private * const d; 83 Private * const d;
84}; 84};
85 85
86} // namespace Akonadi2 86} // namespace Sink
87 87
88Q_DECLARE_INTERFACE(Akonadi2::ResourceFactory, "org.kde.akonadi2.resourcefactory") 88Q_DECLARE_INTERFACE(Sink::ResourceFactory, "org.kde.sink.resourcefactory")
89 89
90 90