diff options
Diffstat (limited to 'common/index.h')
-rw-r--r-- | common/index.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/index.h b/common/index.h index 6b06d26..20213b2 100644 --- a/common/index.h +++ b/common/index.h | |||
@@ -25,8 +25,8 @@ public: | |||
25 | int code; | 25 | int code; |
26 | }; | 26 | }; |
27 | 27 | ||
28 | Index(const QString &storageRoot, const QString &name, Akonadi2::Storage::AccessMode mode = Akonadi2::Storage::ReadOnly); | 28 | Index(const QString &storageRoot, const QString &name, Sink::Storage::AccessMode mode = Sink::Storage::ReadOnly); |
29 | Index(const QByteArray &name, Akonadi2::Storage::Transaction &); | 29 | Index(const QByteArray &name, Sink::Storage::Transaction &); |
30 | 30 | ||
31 | void add(const QByteArray &key, const QByteArray &value); | 31 | void add(const QByteArray &key, const QByteArray &value); |
32 | void remove(const QByteArray &key, const QByteArray &value); | 32 | void remove(const QByteArray &key, const QByteArray &value); |
@@ -37,6 +37,6 @@ public: | |||
37 | 37 | ||
38 | private: | 38 | private: |
39 | Q_DISABLE_COPY(Index); | 39 | Q_DISABLE_COPY(Index); |
40 | Akonadi2::Storage::Transaction mTransaction; | 40 | Sink::Storage::Transaction mTransaction; |
41 | Akonadi2::Storage::NamedDatabase mDb; | 41 | Sink::Storage::NamedDatabase mDb; |
42 | }; | 42 | }; |