summaryrefslogtreecommitdiffstats
path: root/src/tdesvnd/tdesvnd_dcop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdesvnd/tdesvnd_dcop.cpp')
-rw-r--r--src/tdesvnd/tdesvnd_dcop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvnd/tdesvnd_dcop.cpp b/src/tdesvnd/tdesvnd_dcop.cpp
index 9575f78..fde8fd0 100644
--- a/src/tdesvnd/tdesvnd_dcop.cpp
+++ b/src/tdesvnd/tdesvnd_dcop.cpp
@@ -238,7 +238,7 @@ TQStringList tdesvnd_dcop::get_sslclientcertpw(TQString realm)
TQStringList resList;
TQCString npass;
int keep = 1;
- int res = KPasswordDialog::getPassword(npass,i18n("Enter password for realm %1").tqarg(realm),&keep);
+ int res = KPasswordDialog::getPassword(npass,i18n("Enter password for realm %1").arg(realm),&keep);
if (res!=KPasswordDialog::Accepted) {
return resList;
}