diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 22:22:15 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 22:22:15 +0100 |
commit | e9061a4dde3f0636be12589e37222a90cea691a6 (patch) | |
tree | 47f3c6811f46dff60015900d62983306b85ca4d0 /common/asyncutils.h | |
parent | 7da845a12d0fb9be7c1d8a6f393970ef354c663f (diff) | |
download | sink-e9061a4dde3f0636be12589e37222a90cea691a6.tar.gz sink-e9061a4dde3f0636be12589e37222a90cea691a6.zip |
Adapt to KAsync changes
Diffstat (limited to 'common/asyncutils.h')
-rw-r--r-- | common/asyncutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/asyncutils.h b/common/asyncutils.h index 6cbcee8..7b62eb2 100644 --- a/common/asyncutils.h +++ b/common/asyncutils.h | |||
@@ -18,7 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | #pragma once | 19 | #pragma once |
20 | 20 | ||
21 | #include <Async/Async> | 21 | #include <KAsync/Async> |
22 | #include <QtConcurrent/QtConcurrentRun> | 22 | #include <QtConcurrent/QtConcurrentRun> |
23 | #include <QFuture> | 23 | #include <QFuture> |
24 | #include <QFutureWatcher> | 24 | #include <QFutureWatcher> |