diff options
Diffstat (limited to 'common/remoteidmap.h')
-rw-r--r-- | common/remoteidmap.h | 4 |
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 { | |||
31 | class SINK_EXPORT RemoteIdMap | 31 | class SINK_EXPORT RemoteIdMap |
32 | { | 32 | { |
33 | public: | 33 | public: |
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 | ||
60 | private: | 60 | private: |
61 | Sink::Storage::Transaction &mTransaction; | 61 | Sink::Storage::DataStore::Transaction &mTransaction; |
62 | }; | 62 | }; |
63 | 63 | ||
64 | } | 64 | } |