summaryrefslogtreecommitdiffstats
path: root/po/it.po
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:09 -0600
commit699e356180fde57a72e0c37af2170b87a95f90b4 (patch)
tree86bc3daf1c175ac5b88f56b127e31e544c323c4e /po/it.po
parent392b293dfeaa3e4241e50b833126d0c2d598761d (diff)
downloadkvpnc-699e356180fde57a72e0c37af2170b87a95f90b4.tar.gz
kvpnc-699e356180fde57a72e0c37af2170b87a95f90b4.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'po/it.po')
-rw-r--r--po/it.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/po/it.po b/po/it.po
index 9e44b7c..5202dc5 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7508,7 +7508,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy
-msgid "Connection tqStatus Check"
+msgid "Connection Status Check"
msgstr "Connessione stabilita."
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@@ -13784,21 +13784,21 @@ 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")),
-#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
+#. 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")),
-#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
+#. 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")),
-#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
+#. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. }