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( "By enabling KMyFirewall will communicate with the local computer using SSH. This will enable password keeping (e.g. KWallet support)." ), page ); + TQLabel *text3 = new TQLabel( i18n( "By enabling KMyFirewall will communicate with the local computer using SSH. This will enable password keeping (e.g. TDEWallet support)." ), 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 ) ) );