Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/11/head
Michele Calgaro 10 months ago
parent 2f0e4adbf7
commit 7c40eb2981
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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;
}

@ -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;

Loading…
Cancel
Save