summaryrefslogtreecommitdiffstats
path: root/common/messagequeue.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/messagequeue.h')
-rw-r--r--common/messagequeue.h4
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
55private: 55private:
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};