summaryrefslogtreecommitdiffstats
path: root/src/kiosvn/kiolistener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kiosvn/kiolistener.cpp')
-rw-r--r--src/kiosvn/kiolistener.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kiosvn/kiolistener.cpp b/src/kiosvn/kiolistener.cpp
index 5904639..f08dc18 100644
--- a/src/kiosvn/kiolistener.cpp
+++ b/src/kiosvn/kiolistener.cpp
@@ -70,13 +70,13 @@ bool KioListener::contextGetLogMessage (TQString & msg,const svn::CommitItemList
}
}
stream << list;
- if (!par->dcopClient()->call("kded","kdesvnd","get_logmsg(TQMap<TQString,TQString>)",params,replyType,reply)) {
+ if (!par->dcopClient()->call("kded","tdesvnd","get_logmsg(TQMap<TQString,TQString>)",params,replyType,reply)) {
msg = "Communication with dcop failed";
kdWarning()<<msg<<endl;
return false;
}
} else {
- if (!par->dcopClient()->call("kded","kdesvnd","get_logmsg()",params,replyType,reply)) {
+ if (!par->dcopClient()->call("kded","tdesvnd","get_logmsg()",params,replyType,reply)) {
msg = "Communication with dcop failed";
kdWarning()<<msg<<endl;
return false;
@@ -289,7 +289,7 @@ KioListener::contextSslServerTrustPrompt (const SslServerTrustData & data, apr_u
<< data.issuerDName
<< data.realm;
- if (!par->dcopClient()->call("kded","kdesvnd",
+ if (!par->dcopClient()->call("kded","tdesvnd",
"get_sslaccept(TQString,TQString,TQString,TQString,TQString,TQString)",
params,replyType,reply)) {
kdWarning()<<"Communication with dcop failed"<<endl;
@@ -328,7 +328,7 @@ bool KioListener::contextSslClientCertPrompt (TQString & certFile)
TQByteArray reply;
TQByteArray params;
TQCString replyType;
- if (!par->dcopClient()->call("kded","kdesvnd",
+ if (!par->dcopClient()->call("kded","tdesvnd",
"get_sslclientcertfile()",
params,replyType,reply)) {
kdWarning()<<"Communication with dcop failed"<<endl;
@@ -373,7 +373,7 @@ bool KioListener::contextGetLogin (const TQString & realm, TQString & username,
stream << realm;
stream << username;
- if (!par->dcopClient()->call("kded","kdesvnd","get_login(TQString,TQString)",params,replyType,reply)) {
+ if (!par->dcopClient()->call("kded","tdesvnd","get_login(TQString,TQString)",params,replyType,reply)) {
kdWarning()<<"Communication with dcop failed"<<endl;
return false;
}