diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/CMakeLists.txt | 2 | ||||
-rw-r--r-- | common/asyncutils.h | 2 | ||||
-rw-r--r-- | common/changereplay.h | 2 | ||||
-rw-r--r-- | common/commandprocessor.h | 2 | ||||
-rw-r--r-- | common/facade.h | 2 | ||||
-rw-r--r-- | common/facadeinterface.h | 2 | ||||
-rw-r--r-- | common/inspector.h | 2 | ||||
-rw-r--r-- | common/messagequeue.h | 2 | ||||
-rw-r--r-- | common/notifier.h | 2 | ||||
-rw-r--r-- | common/pipeline.h | 2 | ||||
-rw-r--r-- | common/resource.h | 2 | ||||
-rw-r--r-- | common/resourceaccess.h | 2 | ||||
-rw-r--r-- | common/resourcecontrol.h | 2 | ||||
-rw-r--r-- | common/resourcefacade.h | 2 | ||||
-rw-r--r-- | common/store.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 34e48c6..b5275e0 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -122,7 +122,7 @@ qt5_use_modules(${PROJECT_NAME} LINK_PUBLIC Network) | |||
122 | qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui) | 122 | qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui) |
123 | target_link_libraries(${PROJECT_NAME} | 123 | target_link_libraries(${PROJECT_NAME} |
124 | PUBLIC | 124 | PUBLIC |
125 | KF5::Async | 125 | KAsync |
126 | PRIVATE | 126 | PRIVATE |
127 | ${storage_LIBS} | 127 | ${storage_LIBS} |
128 | KF5::Mime | 128 | KF5::Mime |
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> |
diff --git a/common/changereplay.h b/common/changereplay.h index 4ec115c..3ca896e 100644 --- a/common/changereplay.h +++ b/common/changereplay.h | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include "sink_export.h" | 22 | #include "sink_export.h" |
23 | #include <QObject> | 23 | #include <QObject> |
24 | #include <Async/Async> | 24 | #include <KAsync/Async> |
25 | 25 | ||
26 | #include "storage.h" | 26 | #include "storage.h" |
27 | #include "resourcecontext.h" | 27 | #include "resourcecontext.h" |
diff --git a/common/commandprocessor.h b/common/commandprocessor.h index a4beed6..f3a0742 100644 --- a/common/commandprocessor.h +++ b/common/commandprocessor.h | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | #include <QObject> | 24 | #include <QObject> |
25 | #include <QTimer> | 25 | #include <QTimer> |
26 | #include <Async/Async> | 26 | #include <KAsync/Async> |
27 | #include <functional> | 27 | #include <functional> |
28 | 28 | ||
29 | #include "log.h" | 29 | #include "log.h" |
diff --git a/common/facade.h b/common/facade.h index 2149acd..45c718b 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -23,7 +23,7 @@ | |||
23 | #include "facadeinterface.h" | 23 | #include "facadeinterface.h" |
24 | 24 | ||
25 | #include <QByteArray> | 25 | #include <QByteArray> |
26 | #include <Async/Async> | 26 | #include <KAsync/Async> |
27 | 27 | ||
28 | #include "resourceaccess.h" | 28 | #include "resourceaccess.h" |
29 | #include "domaintypeadaptorfactoryinterface.h" | 29 | #include "domaintypeadaptorfactoryinterface.h" |
diff --git a/common/facadeinterface.h b/common/facadeinterface.h index 26a8407..6b3ce4c 100644 --- a/common/facadeinterface.h +++ b/common/facadeinterface.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <Async/Async> | 23 | #include <KAsync/Async> |
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | #include <QSharedPointer> | 25 | #include <QSharedPointer> |
26 | #include <QPair> | 26 | #include <QPair> |
diff --git a/common/inspector.h b/common/inspector.h index a746f03..5ee995e 100644 --- a/common/inspector.h +++ b/common/inspector.h | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include "sink_export.h" | 22 | #include "sink_export.h" |
23 | #include <QObject> | 23 | #include <QObject> |
24 | #include <Async/Async> | 24 | #include <KAsync/Async> |
25 | 25 | ||
26 | #include "notification.h" | 26 | #include "notification.h" |
27 | #include "resourcecontext.h" | 27 | #include "resourcecontext.h" |
diff --git a/common/messagequeue.h b/common/messagequeue.h index f23ddcf..a2b7226 100644 --- a/common/messagequeue.h +++ b/common/messagequeue.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <string> | 6 | #include <string> |
7 | #include <functional> | 7 | #include <functional> |
8 | #include <QString> | 8 | #include <QString> |
9 | #include <Async/Async> | 9 | #include <KAsync/Async> |
10 | #include "storage.h" | 10 | #include "storage.h" |
11 | 11 | ||
12 | /** | 12 | /** |
diff --git a/common/notifier.h b/common/notifier.h index df8f34b..290458a 100644 --- a/common/notifier.h +++ b/common/notifier.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | #include <QSharedPointer> | 25 | #include <QSharedPointer> |
26 | 26 | ||
27 | #include <Async/Async> | 27 | #include <KAsync/Async> |
28 | 28 | ||
29 | class QAbstractItemModel; | 29 | class QAbstractItemModel; |
30 | 30 | ||
diff --git a/common/pipeline.h b/common/pipeline.h index c9982b7..c6dc5fe 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -29,7 +29,7 @@ | |||
29 | #include "sink_export.h" | 29 | #include "sink_export.h" |
30 | #include <storage.h> | 30 | #include <storage.h> |
31 | 31 | ||
32 | #include <Async/Async> | 32 | #include <KAsync/Async> |
33 | 33 | ||
34 | #include <bufferadaptor.h> | 34 | #include <bufferadaptor.h> |
35 | #include <resourcecontext.h> | 35 | #include <resourcecontext.h> |
diff --git a/common/resource.h b/common/resource.h index 046f236..a50ffb5 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include "sink_export.h" | 22 | #include "sink_export.h" |
23 | 23 | ||
24 | #include <Async/Async> | 24 | #include <KAsync/Async> |
25 | #include "notification.h" | 25 | #include "notification.h" |
26 | 26 | ||
27 | namespace Sink { | 27 | namespace Sink { |
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index e0e9545..c32566b 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <QObject> | 25 | #include <QObject> |
26 | #include <QTimer> | 26 | #include <QTimer> |
27 | 27 | ||
28 | #include <Async/Async> | 28 | #include <KAsync/Async> |
29 | 29 | ||
30 | #include <flatbuffers/flatbuffers.h> | 30 | #include <flatbuffers/flatbuffers.h> |
31 | #include "notification.h" | 31 | #include "notification.h" |
diff --git a/common/resourcecontrol.h b/common/resourcecontrol.h index b910441..d063db7 100644 --- a/common/resourcecontrol.h +++ b/common/resourcecontrol.h | |||
@@ -23,7 +23,7 @@ | |||
23 | #include "sink_export.h" | 23 | #include "sink_export.h" |
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | 25 | ||
26 | #include <Async/Async> | 26 | #include <KAsync/Async> |
27 | 27 | ||
28 | #include "inspection.h" | 28 | #include "inspection.h" |
29 | #include "flush.h" | 29 | #include "flush.h" |
diff --git a/common/resourcefacade.h b/common/resourcefacade.h index f72132d..1cc075c 100644 --- a/common/resourcefacade.h +++ b/common/resourcefacade.h | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include "common/facadeinterface.h" | 22 | #include "common/facadeinterface.h" |
23 | 23 | ||
24 | #include <Async/Async> | 24 | #include <KAsync/Async> |
25 | #include "common/resultprovider.h" | 25 | #include "common/resultprovider.h" |
26 | #include "common/domain/applicationdomaintype.h" | 26 | #include "common/domain/applicationdomaintype.h" |
27 | #include "common/configstore.h" | 27 | #include "common/configstore.h" |
diff --git a/common/store.h b/common/store.h index f787a3e..86e4d20 100644 --- a/common/store.h +++ b/common/store.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <QString> | 24 | #include <QString> |
25 | #include <QSharedPointer> | 25 | #include <QSharedPointer> |
26 | 26 | ||
27 | #include <Async/Async> | 27 | #include <KAsync/Async> |
28 | 28 | ||
29 | #include "query.h" | 29 | #include "query.h" |
30 | #include "applicationdomaintype.h" | 30 | #include "applicationdomaintype.h" |