diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 14:47:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 14:47:11 +0100 |
commit | 336e88d4bd330e0d28861c7f702711f53996bfca (patch) | |
tree | 82a58ccb3c4d15600a004b319e720bf722e31439 /common/notification.h | |
parent | cd7287325944571e9d53b00b48abdba4c9257474 (diff) | |
download | sink-336e88d4bd330e0d28861c7f702711f53996bfca.tar.gz sink-336e88d4bd330e0d28861c7f702711f53996bfca.zip |
ResourceNotification -> Notification
Diffstat (limited to 'common/notification.h')
-rw-r--r-- | common/notification.h | 3 |
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 | ||
26 | namespace Akonadi2 | 25 | namespace Akonadi2 |
27 | { | 26 | { |
@@ -29,7 +28,7 @@ namespace Akonadi2 | |||
29 | /** | 28 | /** |
30 | * A notification | 29 | * A notification |
31 | */ | 30 | */ |
32 | class AKONADI2COMMON_EXPORT ResourceNotification | 31 | class AKONADI2COMMON_EXPORT Notification |
33 | { | 32 | { |
34 | public: | 33 | public: |
35 | QByteArray id; | 34 | QByteArray id; |