diff options
Diffstat (limited to 'common/definitions.cpp')
-rw-r--r-- | common/definitions.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/definitions.cpp b/common/definitions.cpp index 33512ad..daf354c 100644 --- a/common/definitions.cpp +++ b/common/definitions.cpp | |||
@@ -22,12 +22,12 @@ | |||
22 | 22 | ||
23 | #include <QStandardPaths> | 23 | #include <QStandardPaths> |
24 | 24 | ||
25 | QString Akonadi2::storageLocation() | 25 | QString Sink::storageLocation() |
26 | { | 26 | { |
27 | return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/akonadi2/storage"; | 27 | return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/sink/storage"; |
28 | } | 28 | } |
29 | 29 | ||
30 | QByteArray Akonadi2::resourceName(const QByteArray &instanceIdentifier) | 30 | QByteArray Sink::resourceName(const QByteArray &instanceIdentifier) |
31 | { | 31 | { |
32 | auto split = instanceIdentifier.split('.'); | 32 | auto split = instanceIdentifier.split('.'); |
33 | if (split.size() <= 1) { | 33 | if (split.size() <= 1) { |