diff options
Diffstat (limited to 'common/notification.h')
-rw-r--r-- | common/notification.h | 6 |
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 | ||
25 | namespace Akonadi2 | 25 | namespace Sink |
26 | { | 26 | { |
27 | 27 | ||
28 | /** | 28 | /** |
29 | * A notification | 29 | * A notification |
30 | */ | 30 | */ |
31 | class AKONADI2COMMON_EXPORT Notification | 31 | class SINKCOMMON_EXPORT Notification |
32 | { | 32 | { |
33 | public: | 33 | public: |
34 | QByteArray id; | 34 | QByteArray id; |