diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:41:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:41:07 -0600 |
commit | dc141e9d18c39ec57f42d6c5df1a67a365c407f8 (patch) | |
tree | 8873df3c617e477881aa453385c81362b8531d7f /src/ksvnwidgets/ssltrustprompt_impl.cpp | |
parent | d6609da6b8c963fc19b622ab37f38e65df4e0a29 (diff) | |
download | tdesvn-dc141e9d18c39ec57f42d6c5df1a67a365c407f8.tar.gz tdesvn-dc141e9d18c39ec57f42d6c5df1a67a365c407f8.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/ksvnwidgets/ssltrustprompt_impl.cpp')
-rw-r--r-- | src/ksvnwidgets/ssltrustprompt_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksvnwidgets/ssltrustprompt_impl.cpp b/src/ksvnwidgets/ssltrustprompt_impl.cpp index 1791e80..2aca6b9 100644 --- a/src/ksvnwidgets/ssltrustprompt_impl.cpp +++ b/src/ksvnwidgets/ssltrustprompt_impl.cpp @@ -36,7 +36,7 @@ SslTrustPrompt_impl::SslTrustPrompt_impl(const TQString&host,TQWidget *parent, c :SslTrustPrompt(parent, name) { m_MainLabel->setText("<p align=\"center\"><b>"+ - i18n("Error validating server certificate for '%1'").tqarg(host)+ + i18n("Error validating server certificate for '%1'").arg(host)+ TQString("</b></p>")); } |