summaryrefslogtreecommitdiffstats
path: root/po/kvpnc.pot
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:40:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:40:12 -0600
commit1cc6550ea24abfd0acd8b2a5f627e4ff0b53dce7 (patch)
tree4ea4f480a5e503473600a48d44e163d64930a3c4 /po/kvpnc.pot
parent699e356180fde57a72e0c37af2170b87a95f90b4 (diff)
downloadkvpnc-1cc6550ea24abfd0acd8b2a5f627e4ff0b53dce7.tar.gz
kvpnc-1cc6550ea24abfd0acd8b2a5f627e4ff0b53dce7.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'po/kvpnc.pot')
-rw-r--r--po/kvpnc.pot12
1 files changed, 6 insertions, 6 deletions
diff --git a/po/kvpnc.pot b/po/kvpnc.pot
index 724cd6e..194ddc0 100644
--- a/po/kvpnc.pot
+++ b/po/kvpnc.pot
@@ -12842,22 +12842,22 @@ msgid "write of %1 was ok."
msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
-#. "Do you want to save the password in the <b>unsafe</b> 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 <b>unsafe</b> 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.<br>"
-#. "Do you want to save the password in the <b>unsafe</b> 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 <b>unsafe</b> 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.<br>"
-#. "Do you want to save the password in the <b>unsafe</b> 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 <b>unsafe</b> 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() );