summaryrefslogtreecommitdiffstats
path: root/tdeioslave/svn/svn.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/svn/svn.h')
-rw-r--r--tdeioslave/svn/svn.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeioslave/svn/svn.h b/tdeioslave/svn/svn.h
index 869bb47a..a4133c75 100644
--- a/tdeioslave/svn/svn.h
+++ b/tdeioslave/svn/svn.h
@@ -35,7 +35,7 @@
#include <subversion-1/svn_wc.h>
class TQCString;
-class kio_svnProtocol;
+class tdeio_svnProtocol;
typedef struct kbaton {
svn_stream_t *target_stream;
@@ -43,11 +43,11 @@ typedef struct kbaton {
svn_stream_t *string_stream;
} kbaton;
-typedef struct kio_svn_callback_baton_t {
+typedef struct tdeio_svn_callback_baton_t {
const char* base_dir;
apr_hash_t *config;
apr_pool_t *pool;
-} kio_svn_callback_baton_t;
+} tdeio_svn_callback_baton_t;
typedef struct notify_baton {
svn_boolean_t received_some_change;
@@ -60,11 +60,11 @@ typedef struct notify_baton {
when we've already had one print error. */
apr_pool_t *pool; /* this pool is cleared after every notification,
so don't keep anything here! */
- kio_svnProtocol *master;
+ tdeio_svnProtocol *master;
} notify_baton;
-class kio_svnProtocol : public TDEIO::SlaveBase
+class tdeio_svnProtocol : public TDEIO::SlaveBase
{
public:
kio_svnProtocol(const TQCString &pool_socket, const TQCString &app_socket);