summaryrefslogtreecommitdiffstats
path: root/common/notification.h
diff options
context:
space:
mode:
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;