summaryrefslogtreecommitdiffstats
path: root/tderesources/carddav/preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/carddav/preferences.h')
-rw-r--r--tderesources/carddav/preferences.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/carddav/preferences.h b/tderesources/carddav/preferences.h
index 123751d1..6ff80ef3 100644
--- a/tderesources/carddav/preferences.h
+++ b/tderesources/carddav/preferences.h
@@ -32,7 +32,7 @@ namespace TDEABC {
/**
* This class provides access to ResourceCardDav preferences.
* It inherits auto-generated CardDavPrefsSkel class to add password-handling code.
- * KWallet is used for storing passwords.
+ * TDEWallet is used for storing passwords.
* It also adds code to allow multiple CardDAV resources to store settings in the same
* config file.
*/
@@ -100,7 +100,7 @@ protected:
/**
* Returns the wallet or NULL, if the wallet can't be obtained.
*/
- KWallet::Wallet* getWallet();
+ TDEWallet::Wallet* getWallet();
/**
* Tries to set a working folder for the wallet. If the wallet is not configured yet, does nothing.
@@ -141,7 +141,7 @@ private:
static const TQString WALLET_FOLDER;
static const TQString WALLET_PWD_SUFFIX;
- KWallet::Wallet* mWallet;
+ TDEWallet::Wallet* mWallet;
bool mNoWallet;
TQString mPrefix;