summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 22:22:15 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 22:22:15 +0100
commite9061a4dde3f0636be12589e37222a90cea691a6 (patch)
tree47f3c6811f46dff60015900d62983306b85ca4d0 /tests
parent7da845a12d0fb9be7c1d8a6f393970ef354c663f (diff)
downloadsink-e9061a4dde3f0636be12589e37222a90cea691a6.tar.gz
sink-e9061a4dde3f0636be12589e37222a90cea691a6.zip
Adapt to KAsync changes
Diffstat (limited to 'tests')
-rw-r--r--tests/testimplementations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testimplementations.h b/tests/testimplementations.h
index d1a912a..a145265 100644
--- a/tests/testimplementations.h
+++ b/tests/testimplementations.h
@@ -19,7 +19,7 @@
19 */ 19 */
20#pragma once 20#pragma once
21 21
22#include <Async/Async> 22#include <KAsync/Async>
23 23
24#include <common/domainadaptor.h> 24#include <common/domainadaptor.h>
25#include <common/resultprovider.h> 25#include <common/resultprovider.h>