From bab94d83782bbc76f3a02a415576ce4cdc56aec5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 27 Aug 2013 23:20:50 -0500 Subject: Rename KWallet to TDEWallet --- tdewallet/client/tdewallet.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdewallet/client/tdewallet.h') diff --git a/tdewallet/client/tdewallet.h b/tdewallet/client/tdewallet.h index fa5dbcbb2..e9bb65cec 100644 --- a/tdewallet/client/tdewallet.h +++ b/tdewallet/client/tdewallet.h @@ -38,7 +38,7 @@ class DCOPRef; /** Namespace collecting all the Wallet-related classes. */ -namespace KWallet { +namespace TDEWallet { /** * KDE Wallet @@ -55,14 +55,14 @@ class TDEIO_EXPORT Wallet : public TQObject, public DCOPObject { Q_OBJECT protected: /** - * Construct a KWallet object. + * Construct a TDEWallet object. * @internal * @param handle The handle for the wallet. * @param name The name of the wallet. */ Wallet(int handle, const TQString& name); /** - * Copy a KWallet object. + * Copy a TDEWallet object. * @internal */ Wallet(const Wallet&); @@ -71,7 +71,7 @@ class TDEIO_EXPORT Wallet : public TQObject, public DCOPObject { enum EntryType { Unknown=0, Password, Stream, Map, Unused=0xffff }; /** - * Destroy a KWallet object. Closes the wallet. + * Destroy a TDEWallet object. Closes the wallet. */ virtual ~Wallet(); -- cgit v1.2.1