From dc141e9d18c39ec57f42d6c5df1a67a365c407f8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:41:07 -0600 Subject: Remove additional unneeded tq method conversions --- src/tdesvnd/tdesvnd_dcop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tdesvnd/tdesvnd_dcop.cpp') 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; } -- cgit v1.2.1