summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
commitbdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch)
tree25c2ee1b29bc481b6914c244ed9ca194b1415d16 /common/commands.cpp
parent17e7ee40c9185c0505883853345fd6024c675b1a (diff)
downloadsink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz
sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/commands.cpp')
-rw-r--r--common/commands.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/commands.cpp b/common/commands.cpp
index 35dfb13..8b915f0 100644
--- a/common/commands.cpp
+++ b/common/commands.cpp
@@ -22,7 +22,7 @@
22 22
23#include <QIODevice> 23#include <QIODevice>
24 24
25namespace Akonadi2 25namespace Sink
26{ 26{
27 27
28namespace Commands 28namespace Commands
@@ -102,4 +102,4 @@ void write(QIODevice *device, int messageId, int commandId, flatbuffers::FlatBuf
102 102
103} // namespace Commands 103} // namespace Commands
104 104
105} // namespace Akonadi2 105} // namespace Sink