From a637b0877543118dd023c0ecc7e241eb7168d115 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 27 Aug 2013 23:21:18 -0500 Subject: Rename KWallet to TDEWallet --- knode/knserverinfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'knode/knserverinfo.h') diff --git a/knode/knserverinfo.h b/knode/knserverinfo.h index ba5dcf4d..19991d4e 100644 --- a/knode/knserverinfo.h +++ b/knode/knserverinfo.h @@ -18,10 +18,10 @@ #include 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: -- cgit v1.2.3