summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/ccontextlistener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/ccontextlistener.cpp')
-rw-r--r--src/svnfrontend/ccontextlistener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/ccontextlistener.cpp b/src/svnfrontend/ccontextlistener.cpp
index 2cf3bd0..296a3bf 100644
--- a/src/svnfrontend/ccontextlistener.cpp
+++ b/src/svnfrontend/ccontextlistener.cpp
@@ -296,7 +296,7 @@ bool CContextListener::contextSslClientCertPwPrompt (TQString & password,
TQCString npass;
int keep = 1;
int res = KPasswordDialog::getPassword(npass,
- i18n("Enter password for realm %1").tqarg(realm),
+ i18n("Enter password for realm %1").arg(realm),
&keep);
emit waitShow(false);
if (res!=KPasswordDialog::Accepted) {