summaryrefslogtreecommitdiffstats
path: root/common/notification.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:47:11 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:47:11 +0100
commit336e88d4bd330e0d28861c7f702711f53996bfca (patch)
tree82a58ccb3c4d15600a004b319e720bf722e31439 /common/notification.h
parentcd7287325944571e9d53b00b48abdba4c9257474 (diff)
downloadsink-336e88d4bd330e0d28861c7f702711f53996bfca.tar.gz
sink-336e88d4bd330e0d28861c7f702711f53996bfca.zip
ResourceNotification -> Notification
Diffstat (limited to 'common/notification.h')
-rw-r--r--common/notification.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/notification.h b/common/notification.h
index c83e579..e1b5bff 100644
--- a/common/notification.h
+++ b/common/notification.h
@@ -21,7 +21,6 @@
21 21
22#include <akonadi2common_export.h> 22#include <akonadi2common_export.h>
23#include <QString> 23#include <QString>
24#include "notification_generated.h"
25 24
26namespace Akonadi2 25namespace Akonadi2
27{ 26{
@@ -29,7 +28,7 @@ namespace Akonadi2
29/** 28/**
30 * A notification 29 * A notification
31 */ 30 */
32class AKONADI2COMMON_EXPORT ResourceNotification 31class AKONADI2COMMON_EXPORT Notification
33{ 32{
34public: 33public:
35 QByteArray id; 34 QByteArray id;