From 1cc6550ea24abfd0acd8b2a5f627e4ff0b53dce7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:40:12 -0600 Subject: Remove additional unneeded tq method conversions --- po/nl.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'po/nl.po') diff --git a/po/nl.po b/po/nl.po index dc2e26f..e33c501 100644 --- a/po/nl.po +++ b/po/nl.po @@ -13913,22 +13913,22 @@ msgid "write of %1 was ok." msgstr "schrijven van %1 is gelukt." #. i18n( "KVpnc is unable to save %1 password securely in your wallet.
" -#. "Do you want to save the password in the unsafe configuration file instead?" ).tqarg(i18n("user password")), -#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), +#. "Do you want to save the password in the unsafe configuration file instead?" ).arg(i18n("user password")), +#. i18n( "Unable to store secure %1" ).arg(i18n("user password")), #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. { #. config->writeEntry( "User password", it->getUserPassword() ); #. } #. i18n( "KVpnc is unable to save %1 password securely in your wallet.
" -#. "Do you want to save the password in the unsafe configuration file instead?" ).tqarg(i18n("pre shared key")), -#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), +#. "Do you want to save the password in the unsafe configuration file instead?" ).arg(i18n("pre shared key")), +#. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")), #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. { #. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. } #. i18n( "KVpnc is unable to save %1 password securely in your wallet.
" -#. "Do you want to save the password in the unsafe configuration file instead?" ).tqarg(i18n("preshared key password")), -#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), +#. "Do you want to save the password in the unsafe configuration file instead?" ).arg(i18n("preshared key password")), +#. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")), #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. { #. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); -- cgit v1.2.1