summaryrefslogtreecommitdiffstats
path: root/common/notification.h
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/notification.h
parent17e7ee40c9185c0505883853345fd6024c675b1a (diff)
downloadsink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz
sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/notification.h')
-rw-r--r--common/notification.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/notification.h b/common/notification.h
index e1b5bff..ae24bd2 100644
--- a/common/notification.h
+++ b/common/notification.h
@@ -19,16 +19,16 @@
19 */ 19 */
20#pragma once 20#pragma once
21 21
22#include <akonadi2common_export.h> 22#include <sinkcommon_export.h>
23#include <QString> 23#include <QString>
24 24
25namespace Akonadi2 25namespace Sink
26{ 26{
27 27
28/** 28/**
29 * A notification 29 * A notification
30 */ 30 */
31class AKONADI2COMMON_EXPORT Notification 31class SINKCOMMON_EXPORT Notification
32{ 32{
33public: 33public:
34 QByteArray id; 34 QByteArray id;