From 53f0e03201d2229361f4748f9d3240c552074008 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 27 Aug 2013 23:14:23 -0500 Subject: [PATCH] Rename KWallet to TDEWallet --- ChangeLog | 2 +- 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 ++--- kshowmail/configelem.cpp | 6 +-- kshowmail/configlist.cpp | 2 +- kshowmail/constants.h | 2 +- kshowmail/kcmconfigs/accountsetupdialog.cpp | 8 ++-- kshowmail/kcmconfigs/accountsetupitem.cpp | 6 +-- kshowmail/kcmconfigs/tdewalletaccess.cpp | 50 ++++++++++----------- kshowmail/kcmconfigs/tdewalletaccess.h | 8 ++-- kshowmail/serverdialog.cpp | 10 ++--- kshowmail/tdewalletaccess.cpp | 50 ++++++++++----------- kshowmail/tdewalletaccess.h | 8 ++-- po/cs.po | 18 ++++---- po/de.po | 38 ++++++++-------- po/es.po | 36 +++++++-------- po/fr.po | 18 ++++---- po/hu.po | 18 ++++---- po/it.po | 18 ++++---- po/kshowmail.pot | 18 ++++---- po/ru.po | 18 ++++---- po/sv.po | 18 ++++---- 26 files changed, 189 insertions(+), 189 deletions(-) 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 -