diff options
author | Dan Vrátil <dvratil@redhat.com> | 2015-05-18 15:20:35 +0200 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2015-05-18 15:20:35 +0200 |
commit | 5e580299e342bd77fc7479bbfd235f4446d7f05b (patch) | |
tree | 648aacd4de1f239d72be89ab9f2d4a97867d7920 /common/facade.h | |
parent | b43c0cf97615957e097daef29ff8febc1ec884c8 (diff) | |
download | sink-5e580299e342bd77fc7479bbfd235f4446d7f05b.tar.gz sink-5e580299e342bd77fc7479bbfd235f4446d7f05b.zip |
KAsync has moved to it's own kasync.git repository
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h index dcb30b6..5743aa2 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -23,7 +23,8 @@ | |||
23 | 23 | ||
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | 25 | ||
26 | #include "async/src/async.h" | 26 | #include <Async/Async> |
27 | |||
27 | #include "resourceaccess.h" | 28 | #include "resourceaccess.h" |
28 | #include "commands.h" | 29 | #include "commands.h" |
29 | #include "createentity_generated.h" | 30 | #include "createentity_generated.h" |