summaryrefslogtreecommitdiffstats
path: root/src/tdeiosvn/tdeiolistener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdeiosvn/tdeiolistener.cpp')
-rw-r--r--src/tdeiosvn/tdeiolistener.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tdeiosvn/tdeiolistener.cpp b/src/tdeiosvn/tdeiolistener.cpp
index 9f4531d..dc36588 100644
--- a/src/tdeiosvn/tdeiolistener.cpp
+++ b/src/tdeiosvn/tdeiolistener.cpp
@@ -83,7 +83,7 @@ bool KioListener::contextGetLogMessage (TQString & msg,const svn::CommitItemList
}
}
- if (replyType!=TQSTRINGLIST_OBJECT_NAME_STRING) {
+ if (replyType!="TQStringList") {
msg = "Wrong reply type";
kdWarning()<<msg<<endl;
return false;
@@ -334,7 +334,7 @@ bool KioListener::contextSslClientCertPrompt (TQString & certFile)
kdWarning()<<"Communication with dcop failed"<<endl;
return false;
}
- if (replyType!=TQSTRING_OBJECT_NAME_STRING) {
+ if (replyType!="TQString") {
kdWarning()<<"Wrong reply type"<<endl;
return false;
}
@@ -377,7 +377,7 @@ bool KioListener::contextGetLogin (const TQString & realm, TQString & username,
kdWarning()<<"Communication with dcop failed"<<endl;
return false;
}
- if (replyType!=TQSTRINGLIST_OBJECT_NAME_STRING) {
+ if (replyType!="TQStringList") {
kdWarning()<<"Wrong reply type"<<endl;
return false;
}