diff --git a/ChangeLog b/ChangeLog index 433db92..b1b6fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -172,7 +172,7 @@ Jul 06 2007 V3.2.0 The warnings that kshowmail couldn't connect to the server during refresh, if there is no network connection available, can be disabled now. - You can use KWallet to store the passwords. + You can use TDEWallet to store the passwords. Jul 14 2007 V3.2.1 Fixed bug where if you configure 2 accounts, retrieve mail, and then deactivate diff --git a/doc/html/configelem_8cpp-source.html b/doc/html/configelem_8cpp-source.html index f01995c..ef516d8 100644 --- a/doc/html/configelem_8cpp-source.html +++ b/doc/html/configelem_8cpp-source.html @@ -313,7 +313,7 @@ 00296 //store the password 00297 setPassword( password ); 00298 -00299 //save password in file or KWallet +00299 //save password in file or TDEWallet 00300 TDEConfig* config = TDEApplication::kApplication()->config(); 00301 config->setGroup( getAccountName() ); 00302 @@ -323,7 +323,7 @@ 00306 config->writeEntry( CONFIG_ENTRY_ACCOUNT_PASSWORD, TQString::null ); 00307 00308 if( PasswordStorage == CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET ) -00309 KWalletAccess::savePassword( getAccountName(), m_url.pass() ); +00309 TDEWalletAccess::savePassword( getAccountName(), m_url.pass() ); 00310 00311 config->sync(); 00312 @@ -1175,7 +1175,7 @@ 01158 { 01159 case CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE : kdDebug() << "Password Storage: don't save" << endl; break; 01160 case CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE : kdDebug() << "Password Storage: save in file" << endl; break; -01161 case CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET : kdDebug() << "Password Storage: use KWallet" << endl; break; +01161 case CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET : kdDebug() << "Password Storage: use TDEWallet" << endl; break; 01162 default : kdDebug() << "Password Storage: invalid value" << endl; 01163 01164 } diff --git a/doc/html/configlist_8cpp-source.html b/doc/html/configlist_8cpp-source.html index 9f97aae..c074acd 100644 --- a/doc/html/configlist_8cpp-source.html +++ b/doc/html/configlist_8cpp-source.html @@ -872,7 +872,7 @@ 00855 00856 case CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET: 00857 acc->setPasswordStorage( CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET ); -00858 acc->setPassword( KWalletAccess::getPassword( *it ) ); +00858 acc->setPassword( TDEWalletAccess::getPassword( *it ) ); 00859 break; 00860 00861 default: diff --git a/doc/html/constants_8h-source.html b/doc/html/constants_8h-source.html index 0dbd0d9..712369f 100644 --- a/doc/html/constants_8h-source.html +++ b/doc/html/constants_8h-source.html @@ -114,7 +114,7 @@ 00101 #define DEFAULT_ACCOUNT_USER "" 00102 #define DEFAULT_ACCOUNT_PASSWORD "" 00103 #define DEFAULT_ACCOUNT_PASSWORD_STORAGE 1 -00104 //1: don't save, 2: save in file, 3: use KWallet +00104 //1: don't save, 2: save in file, 3: use TDEWallet 00105 #define DEFAULT_ACCOUNT_ACTIVE true 00106 #define DEFAULT_ACCOUNT_SECTRANSFER 1 00107 //1: no secure transfer, 2: SSL, 3: TLS diff --git a/doc/html/namespacemembers.html b/doc/html/namespacemembers.html index ae30db4..85b3614 100644 --- a/doc/html/namespacemembers.html +++ b/doc/html/namespacemembers.html @@ -100,7 +100,7 @@ Here is a list of all namespace members with links to the namespace documentatio

- g -

- h -

- s -