diff options
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r-- | common/resourceaccess.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index c16a9d2..648b12e 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -43,13 +43,13 @@ public: | |||
43 | QByteArray resourceName() const; | 43 | QByteArray resourceName() const; |
44 | bool isReady() const; | 44 | bool isReady() const; |
45 | 45 | ||
46 | Async::Job<void> sendCommand(int commandId); | 46 | KAsync::Job<void> sendCommand(int commandId); |
47 | Async::Job<void> sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb); | 47 | KAsync::Job<void> sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb); |
48 | Async::Job<void> synchronizeResource(bool remoteSync, bool localSync); | 48 | KAsync::Job<void> synchronizeResource(bool remoteSync, bool localSync); |
49 | /** | 49 | /** |
50 | * Tries to connect to server, and returns a connected socket on success. | 50 | * Tries to connect to server, and returns a connected socket on success. |
51 | */ | 51 | */ |
52 | static Async::Job<QSharedPointer<QLocalSocket> > connectToServer(const QByteArray &identifier); | 52 | static KAsync::Job<QSharedPointer<QLocalSocket> > connectToServer(const QByteArray &identifier); |
53 | 53 | ||
54 | public Q_SLOTS: | 54 | public Q_SLOTS: |
55 | void open(); | 55 | void open(); |