summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftpwalletconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/kftpwalletconnection.h')
-rw-r--r--kftpgrabber/src/misc/kftpwalletconnection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/misc/kftpwalletconnection.h b/kftpgrabber/src/misc/kftpwalletconnection.h
index 34e5a4f..bd971a4 100644
--- a/kftpgrabber/src/misc/kftpwalletconnection.h
+++ b/kftpgrabber/src/misc/kftpwalletconnection.h
@@ -40,7 +40,7 @@
#include <ntqobject.h>
/**
-Enables communication of KFTPGrabber with KDE's wallet system (KWallet)
+Enables communication of KFTPGrabber with KDE's wallet system (TDEWallet)
@author Jernej Kos
*/
@@ -59,7 +59,7 @@ public:
static KFTPWalletConnection *getInstance();
private:
static KFTPWalletConnection *m_instance;
- KWallet::Wallet *m_wallet;
+ TDEWallet::Wallet *m_wallet;
uint m_walletRefCount;
private slots:
void slotWalletClosed();