diff options
Diffstat (limited to 'examples/davresource/davresource.h')
-rw-r--r-- | examples/davresource/davresource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/davresource/davresource.h b/examples/davresource/davresource.h index 1ce66ea..db175a4 100644 --- a/examples/davresource/davresource.h +++ b/examples/davresource/davresource.h | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include "common/genericresource.h" | 22 | #include "common/genericresource.h" |
23 | 23 | ||
24 | #include <KDAV/DavUrl> | 24 | #include <KDAV2/DavUrl> |
25 | #include <KAsync/Async> | 25 | #include <KAsync/Async> |
26 | 26 | ||
27 | #include <flatbuffers/flatbuffers.h> | 27 | #include <flatbuffers/flatbuffers.h> |
@@ -48,7 +48,7 @@ public: | |||
48 | private: | 48 | private: |
49 | QStringList listAvailableFolders(); | 49 | QStringList listAvailableFolders(); |
50 | 50 | ||
51 | KDAV::DavUrl mResourceUrl; | 51 | KDAV2::DavUrl mResourceUrl; |
52 | }; | 52 | }; |
53 | 53 | ||
54 | class DavResourceFactory : public Sink::ResourceFactory | 54 | class DavResourceFactory : public Sink::ResourceFactory |