diff options
author | Timothy Pearson <[email protected]> | 2013-08-27 23:21:05 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-08-27 23:21:05 -0500 |
commit | cce87d87ca74d317dd4102d64ff0a8e784f539a2 (patch) | |
tree | a4c7ce926dc52a9b36769b2b1551f9a5861b72b6 /kopete/libkopete/kopetepassword.h | |
parent | 01fd5fb452ff67b8c31853c9a3bf181a74d44883 (diff) | |
download | tdenetwork-cce87d87ca74d317dd4102d64ff0a8e784f539a2.tar.gz tdenetwork-cce87d87ca74d317dd4102d64ff0a8e784f539a2.zip |
Rename KWallet to TDEWallet
Diffstat (limited to 'kopete/libkopete/kopetepassword.h')
-rw-r--r-- | kopete/libkopete/kopetepassword.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/kopetepassword.h b/kopete/libkopete/kopetepassword.h index bd6826b9..d2ed5aa2 100644 --- a/kopete/libkopete/kopetepassword.h +++ b/kopete/libkopete/kopetepassword.h @@ -20,7 +20,7 @@ #include <tqobject.h> #include "kopete_export.h" -namespace KWallet { class Wallet; } +namespace TDEWallet { class Wallet; } class TQPixmap; @@ -40,7 +40,7 @@ namespace Kopete * The Kopete::Password object is responsible for storing and retrieving a * password for a plugin or account object. * - * If the KWallet is active, passwords will be stored in it, otherwise, they + * If the TDEWallet is active, passwords will be stored in it, otherwise, they * will be stored in the TDEConfig, in a slightly mangled form. */ class KOPETE_EXPORT Password : public TQObject @@ -212,7 +212,7 @@ class KopetePasswordRequestBase : public virtual TQObject signals: void requestFinished( const TQString &password ); public slots: - virtual void walletReceived( KWallet::Wallet *wallet ) = 0; + virtual void walletReceived( TDEWallet::Wallet *wallet ) = 0; virtual void slotOkPressed() = 0; virtual void slotCancelPressed() = 0; }; |