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/messagequeue.h | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/messagequeue.h')
-rw-r--r-- | common/messagequeue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/messagequeue.h b/common/messagequeue.h index a04e22f..3206388 100644 --- a/common/messagequeue.h +++ b/common/messagequeue.h | |||
@@ -54,7 +54,7 @@ private slots: | |||
54 | 54 | ||
55 | private: | 55 | private: |
56 | Q_DISABLE_COPY(MessageQueue); | 56 | Q_DISABLE_COPY(MessageQueue); |
57 | Akonadi2::Storage mStorage; | 57 | Sink::Storage mStorage; |
58 | Akonadi2::Storage::Transaction mWriteTransaction; | 58 | Sink::Storage::Transaction mWriteTransaction; |
59 | QByteArrayList mPendingRemoval; | 59 | QByteArrayList mPendingRemoval; |
60 | }; | 60 | }; |