diff options
author | Dan Vrátil <dvratil@redhat.com> | 2015-05-15 16:22:03 +0200 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2015-05-15 16:22:31 +0200 |
commit | b43c0cf97615957e097daef29ff8febc1ec884c8 (patch) | |
tree | 445479bf66df161e8554844a478d99d03ba43061 /common/pipeline.h | |
parent | 9270185becb48401bf3b2337d248763df0873107 (diff) | |
download | sink-b43c0cf97615957e097daef29ff8febc1ec884c8.tar.gz sink-b43c0cf97615957e097daef29ff8febc1ec884c8.zip |
Adapt to KAsync namespace change
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index a574d27..d25fc56 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -53,7 +53,7 @@ public: | |||
53 | 53 | ||
54 | void null(); | 54 | void null(); |
55 | 55 | ||
56 | Async::Job<void> newEntity(void const *command, size_t size); | 56 | KAsync::Job<void> newEntity(void const *command, size_t size); |
57 | void modifiedEntity(const QString &entityType, const QByteArray &key, void *data, size_t size); | 57 | void modifiedEntity(const QString &entityType, const QByteArray &key, void *data, size_t size); |
58 | void deletedEntity(const QString &entityType, const QByteArray &key); | 58 | void deletedEntity(const QString &entityType, const QByteArray &key); |
59 | 59 | ||