summaryrefslogtreecommitdiffstats
path: root/src/tdeiosvn/tdeiosvn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdeiosvn/tdeiosvn.cpp')
-rw-r--r--src/tdeiosvn/tdeiosvn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeiosvn/tdeiosvn.cpp b/src/tdeiosvn/tdeiosvn.cpp
index 2f35ee9..b44251f 100644
--- a/src/tdeiosvn/tdeiosvn.cpp
+++ b/src/tdeiosvn/tdeiosvn.cpp
@@ -697,7 +697,7 @@ void tdeio_svnProtocol::commit(const KURL::List&url)
kdWarning()<<msg<<endl;
return;
}
- if (replyType!=TQSTRINGLIST_OBJECT_NAME_STRING) {
+ if (replyType!="TQStringList") {
msg = "Wrong reply type";
kdWarning()<<msg<<endl;
return;