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/resource.h | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 10 |
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 | ||
27 | namespace Akonadi2 | 27 | namespace Sink |
28 | { | 28 | { |
29 | class FacadeFactory; | 29 | class FacadeFactory; |
30 | 30 | ||
31 | /** | 31 | /** |
32 | * Resource interface | 32 | * Resource interface |
33 | */ | 33 | */ |
34 | class AKONADI2COMMON_EXPORT Resource : public QObject | 34 | class SINKCOMMON_EXPORT Resource : public QObject |
35 | { | 35 | { |
36 | Q_OBJECT | 36 | Q_OBJECT |
37 | public: | 37 | public: |
@@ -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 | ||
88 | Q_DECLARE_INTERFACE(Akonadi2::ResourceFactory, "org.kde.akonadi2.resourcefactory") | 88 | Q_DECLARE_INTERFACE(Sink::ResourceFactory, "org.kde.sink.resourcefactory") |
89 | 89 | ||
90 | 90 | ||