diff options
Diffstat (limited to 'examples/webdavcommon/webdav.h')
-rw-r--r-- | examples/webdavcommon/webdav.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webdavcommon/webdav.h b/examples/webdavcommon/webdav.h index 813da60..af6c47e 100644 --- a/examples/webdavcommon/webdav.h +++ b/examples/webdavcommon/webdav.h | |||
@@ -109,8 +109,8 @@ protected: | |||
109 | 109 | ||
110 | private: | 110 | private: |
111 | KDAV2::Protocol protocol; | 111 | KDAV2::Protocol protocol; |
112 | const QByteArray collectionName; | 112 | const QByteArray mCollectionType; |
113 | const QByteArray itemName; | 113 | const QByteArray mEntityType; |
114 | 114 | ||
115 | QUrl mServer; | 115 | QUrl mServer; |
116 | QString mUsername; | 116 | QString mUsername; |