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/listener.h | |
parent | cd7287325944571e9d53b00b48abdba4c9257474 (diff) | |
download | sink-336e88d4bd330e0d28861c7f702711f53996bfca.tar.gz sink-336e88d4bd330e0d28861c7f702711f53996bfca.zip |
ResourceNotification -> Notification
Diffstat (limited to 'common/listener.h')
-rw-r--r-- | common/listener.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/listener.h b/common/listener.h index 2dfd91a..4112a6a 100644 --- a/common/listener.h +++ b/common/listener.h | |||
@@ -28,7 +28,7 @@ | |||
28 | namespace Akonadi2 | 28 | namespace Akonadi2 |
29 | { | 29 | { |
30 | class Resource; | 30 | class Resource; |
31 | class ResourceNotification; | 31 | class Notification; |
32 | } | 32 | } |
33 | 33 | ||
34 | class QTimer; | 34 | class QTimer; |
@@ -77,7 +77,7 @@ private Q_SLOTS: | |||
77 | void onDataAvailable(); | 77 | void onDataAvailable(); |
78 | void processClientBuffers(); | 78 | void processClientBuffers(); |
79 | void refreshRevision(qint64); | 79 | void refreshRevision(qint64); |
80 | void notify(const Akonadi2::ResourceNotification &); | 80 | void notify(const Akonadi2::Notification &); |
81 | void quit(); | 81 | void quit(); |
82 | 82 | ||
83 | private: | 83 | private: |