diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:21:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:21:18 -0500 |
commit | a637b0877543118dd023c0ecc7e241eb7168d115 (patch) | |
tree | 94c72f7ab55db536f32dbb5131d000bc5163e1c6 /knode/knserverinfo.h | |
parent | 3c297a53e980c6270ff2c05ec0d3a917a9b181c1 (diff) | |
download | tdepim-a637b0877543118dd023c0ecc7e241eb7168d115.tar.gz tdepim-a637b0877543118dd023c0ecc7e241eb7168d115.zip |
Rename KWallet to TDEWallet
Diffstat (limited to 'knode/knserverinfo.h')
-rw-r--r-- | knode/knserverinfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/knode/knserverinfo.h b/knode/knserverinfo.h index ba5dcf4d7..19991d4e8 100644 --- a/knode/knserverinfo.h +++ b/knode/knserverinfo.h @@ -18,10 +18,10 @@ #include <tqstring.h> class TDEConfig; -namespace KWallet { +namespace TDEWallet { class Wallet; } -using KWallet::Wallet; +using TDEWallet::Wallet; class KNServerInfo { @@ -63,7 +63,7 @@ class KNServerInfo { bool operator==(const KNServerInfo &s); - /** Loads the password from KWallet, used for on-demand password loading */ + /** Loads the password from TDEWallet, used for on-demand password loading */ void readPassword(); protected: |