summaryrefslogtreecommitdiffstats
path: root/src/kdesvnd/kdesvnd_dcop.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:41:07 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-01 03:30:37 +0200
commit287d452c9719743954f1cd9aa55b884f60da1d62 (patch)
treeeb8fd2fc0785f7df32d803366b71e6fd4e7c6ec6 /src/kdesvnd/kdesvnd_dcop.cpp
parent1c43f2ded812af067b99c191dd54f7a3fd5365b0 (diff)
downloadtdesvn-287d452c9719743954f1cd9aa55b884f60da1d62.tar.gz
tdesvn-287d452c9719743954f1cd9aa55b884f60da1d62.zip
Remove additional unneeded tq method conversions
(cherry picked from commit dc141e9d18c39ec57f42d6c5df1a67a365c407f8)
Diffstat (limited to 'src/kdesvnd/kdesvnd_dcop.cpp')
-rw-r--r--src/kdesvnd/kdesvnd_dcop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdesvnd/kdesvnd_dcop.cpp b/src/kdesvnd/kdesvnd_dcop.cpp
index 090d318..9340b4d 100644
--- a/src/kdesvnd/kdesvnd_dcop.cpp
+++ b/src/kdesvnd/kdesvnd_dcop.cpp
@@ -238,7 +238,7 @@ TQStringList kdesvnd_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;
}