diff options
author | Timothy Pearson <[email protected]> | 2013-08-27 23:14:23 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-08-27 23:14:23 -0500 |
commit | 53f0e03201d2229361f4748f9d3240c552074008 (patch) | |
tree | cf5ab34221293cb52b867a3b85d8fcfb60e1c805 /doc/html/configelem_8cpp-source.html | |
parent | 93eccb95f73281d01de59616fa6dfb88700b7dc5 (diff) | |
download | kshowmail-53f0e03201d2229361f4748f9d3240c552074008.tar.gz kshowmail-53f0e03201d2229361f4748f9d3240c552074008.zip |
Rename KWallet to TDEWallet
Diffstat (limited to 'doc/html/configelem_8cpp-source.html')
-rw-r--r-- | doc/html/configelem_8cpp-source.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <a name="l00296"></a>00296 <span class="comment">//store the password</span> <a name="l00297"></a>00297 <a class="code" href="classConfigElem.html#6edf15369f3e906a04dff0b92f5b3c2d">setPassword</a>( password ); <a name="l00298"></a>00298 -<a name="l00299"></a>00299 <span class="comment">//save password in file or KWallet</span> +<a name="l00299"></a>00299 <span class="comment">//save password in file or TDEWallet</span> <a name="l00300"></a>00300 TDEConfig* config = TDEApplication::kApplication()->config(); <a name="l00301"></a>00301 config->setGroup( <a class="code" href="classConfigElem.html#760e18ad688d55cd76bfeeb4958df769">getAccountName</a>() ); <a name="l00302"></a>00302 @@ -323,7 +323,7 @@ <a name="l00306"></a>00306 config->writeEntry( CONFIG_ENTRY_ACCOUNT_PASSWORD, TQString::null ); <a name="l00307"></a>00307 <a name="l00308"></a>00308 <span class="keywordflow">if</span>( <a class="code" href="classConfigElem.html#1ad409223125a43d257cd7666c8c7284">PasswordStorage</a> == CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET ) -<a name="l00309"></a>00309 <a class="code" href="namespaceKWalletAccess.html#0687cd1465352be5b3572cdfd2411219">KWalletAccess::savePassword</a>( <a class="code" href="classConfigElem.html#760e18ad688d55cd76bfeeb4958df769">getAccountName</a>(), <a class="code" href="classConfigElem.html#c9d1c50d2a2ac6c4fa9261f0d77729a9">m_url</a>.pass() ); +<a name="l00309"></a>00309 <a class="code" href="namespaceTDEWalletAccess.html#0687cd1465352be5b3572cdfd2411219">TDEWalletAccess::savePassword</a>( <a class="code" href="classConfigElem.html#760e18ad688d55cd76bfeeb4958df769">getAccountName</a>(), <a class="code" href="classConfigElem.html#c9d1c50d2a2ac6c4fa9261f0d77729a9">m_url</a>.pass() ); <a name="l00310"></a>00310 <a name="l00311"></a>00311 config->sync(); <a name="l00312"></a>00312 @@ -1175,7 +1175,7 @@ <a name="l01158"></a>01158 { <a name="l01159"></a>01159 <span class="keywordflow">case</span> CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE : kdDebug() << <span class="stringliteral">"Password Storage: don't save"</span> << endl; <span class="keywordflow">break</span>; <a name="l01160"></a>01160 <span class="keywordflow">case</span> CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE : kdDebug() << <span class="stringliteral">"Password Storage: save in file"</span> << endl; <span class="keywordflow">break</span>; -<a name="l01161"></a>01161 <span class="keywordflow">case</span> CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET : kdDebug() << <span class="stringliteral">"Password Storage: use KWallet"</span> << endl; <span class="keywordflow">break</span>; +<a name="l01161"></a>01161 <span class="keywordflow">case</span> CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET : kdDebug() << <span class="stringliteral">"Password Storage: use TDEWallet"</span> << endl; <span class="keywordflow">break</span>; <a name="l01162"></a>01162 <span class="keywordflow">default</span> : kdDebug() << <span class="stringliteral">"Password Storage: invalid value"</span> << endl; <a name="l01163"></a>01163 <a name="l01164"></a>01164 } |