summaryrefslogtreecommitdiffstats
path: root/kshowmail/configelem.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-31 12:45:11 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-31 12:45:11 -0500
commit471786e5395d05095f7e7259370421358d551f35 (patch)
tree8d8895ed02042eea1d021031d660f8c1b5673e9b /kshowmail/configelem.h
parent61db68d9b80c95fb61be92f048b8cc83c74bc078 (diff)
downloadkshowmail-471786e5395d05095f7e7259370421358d551f35.tar.gz
kshowmail-471786e5395d05095f7e7259370421358d551f35.zip
Rename KWallet to TDEWallet.
Diffstat (limited to 'kshowmail/configelem.h')
-rw-r--r--kshowmail/configelem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kshowmail/configelem.h b/kshowmail/configelem.h
index 62cdca4..75a1240 100644
--- a/kshowmail/configelem.h
+++ b/kshowmail/configelem.h
@@ -279,14 +279,14 @@ class ConfigElem : public TQObject {
/**
* Sets the password storage type.
* The Constants are defined in constants.h
- * @param storage type of password storage; valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET
+ * @param storage type of password storage; valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_TDEWALLET
*/
void setPasswordStorage( int storage );
/**
* Returns the password storage type.
* The Constants are defined in constants.h.
- * @return type of password storage; valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET
+ * @return type of password storage; valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_TDEWALLET
*/
int getPasswordStorage() const;
@@ -481,7 +481,7 @@ class ConfigElem : public TQObject {
/**
* Type of password storage.
- * valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET
+ * valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_TDEWALLET
* The Constants are defined in constants.h
* @see saveOptions()
* @see setPasswordStorage()