summaryrefslogtreecommitdiffstats
path: root/common/remoteidmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/remoteidmap.h')
-rw-r--r--common/remoteidmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/remoteidmap.h b/common/remoteidmap.h
index bf08621..32c5efd 100644
--- a/common/remoteidmap.h
+++ b/common/remoteidmap.h
@@ -31,7 +31,7 @@ namespace Sink {
31class SINK_EXPORT RemoteIdMap 31class SINK_EXPORT RemoteIdMap
32{ 32{
33public: 33public:
34 RemoteIdMap(Sink::Storage::Transaction &); 34 RemoteIdMap(Sink::Storage::DataStore::Transaction &);
35 35
36 /** 36 /**
37 * Records a localId to remoteId mapping 37 * Records a localId to remoteId mapping
@@ -58,7 +58,7 @@ public:
58 void writeValue(const QByteArray &key, const QByteArray &value); 58 void writeValue(const QByteArray &key, const QByteArray &value);
59 59
60private: 60private:
61 Sink::Storage::Transaction &mTransaction; 61 Sink::Storage::DataStore::Transaction &mTransaction;
62}; 62};
63 63
64} 64}