summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-08-27 23:13:07 -0500
committerTimothy Pearson <[email protected]>2013-08-27 23:13:07 -0500
commitba004cf65295b62adf0c9c0641c984ee86562b3f (patch)
tree4e1b4c767c479a46f94c693dc98babf7fd017915
parent1c7eb266811347552acdefddb4ed8149b5490de3 (diff)
downloadkmyfirewall-ba004cf65295b62adf0c9c0641c984ee86562b3f.tar.gz
kmyfirewall-ba004cf65295b62adf0c9c0641c984ee86562b3f.zip
Rename KWallet to TDEWallet
-rw-r--r--kmyfirewall/kmfconfigdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/kmfconfigdialog.cpp b/kmyfirewall/kmfconfigdialog.cpp
index bb278aa..7d652a3 100644
--- a/kmyfirewall/kmfconfigdialog.cpp
+++ b/kmyfirewall/kmfconfigdialog.cpp
@@ -190,7 +190,7 @@ void KMFConfigDialog::setupGeneral() {
m_b_enable_warnings->setFixedHeight( 30 );
connect( m_b_enable_warnings, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotEnableWarnings() ) );
- TQLabel *text3 = new TQLabel( i18n( "<qt>By enabling KMyFirewall will communicate with the local computer using SSH. This will enable password keeping (e.g. KWallet support).</qt>" ), page );
+ TQLabel *text3 = new TQLabel( i18n( "<qt>By enabling KMyFirewall will communicate with the local computer using SSH. This will enable password keeping (e.g. TDEWallet support).</qt>" ), page );
m_cb_useSSHForLocalhost = new TQCheckBox( i18n( "Use SSH for localhost communication" ), page );
m_cb_useSSHForLocalhost->setChecked( KMFConfig::useSSHForLocalhost() );
// connect( m_cb_useSSHForLocalhost, TQT_SIGNAL( toggled( bool ) ), this, TQT_SLOT( slotEnableLocalSSHUsage( bool ) ) );