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.cpp | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/resource.cpp')
-rw-r--r-- | common/resource.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/resource.cpp b/common/resource.cpp index 4541726..8c448a8 100644 --- a/common/resource.cpp +++ b/common/resource.cpp | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | #include "facadefactory.h" | 28 | #include "facadefactory.h" |
29 | 29 | ||
30 | namespace Akonadi2 | 30 | namespace Sink |
31 | { | 31 | { |
32 | 32 | ||
33 | Resource::Resource() | 33 | Resource::Resource() |
@@ -94,8 +94,8 @@ ResourceFactory *ResourceFactory::load(const QString &resourceName) | |||
94 | if (path.endsWith(QLatin1String("plugins"))) { | 94 | if (path.endsWith(QLatin1String("plugins"))) { |
95 | QDir pluginDir(path); | 95 | QDir pluginDir(path); |
96 | //TODO: centralize this so that it is easy to change centrally | 96 | //TODO: centralize this so that it is easy to change centrally |
97 | // also ref'd in cmake as ${AKONADI_RESOURCE_PLUGINS_PATH} | 97 | // also ref'd in cmake as ${SINK_RESOURCE_PLUGINS_PATH} |
98 | pluginDir.cd(QStringLiteral("akonadi2")); | 98 | pluginDir.cd(QStringLiteral("sink")); |
99 | pluginDir.cd(QStringLiteral("resources")); | 99 | pluginDir.cd(QStringLiteral("resources")); |
100 | 100 | ||
101 | for (const QString &fileName: pluginDir.entryList(QDir::Files)) { | 101 | for (const QString &fileName: pluginDir.entryList(QDir::Files)) { |
@@ -128,4 +128,4 @@ ResourceFactory *ResourceFactory::load(const QString &resourceName) | |||
128 | return nullptr; | 128 | return nullptr; |
129 | } | 129 | } |
130 | 130 | ||
131 | } // namespace Akonadi2 | 131 | } // namespace Sink |