From 53f0e03201d2229361f4748f9d3240c552074008 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 27 Aug 2013 23:14:23 -0500 Subject: Rename KWallet to TDEWallet --- doc/html/configelem_8cpp-source.html | 6 +++--- doc/html/configlist_8cpp-source.html | 2 +- doc/html/constants_8h-source.html | 2 +- doc/html/namespacemembers.html | 4 ++-- doc/html/namespaces.html | 2 +- doc/html/serverdialog_8cpp-source.html | 10 +++++----- 6 files changed, 13 insertions(+), 13 deletions(-) (limited to 'doc') 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 -