summaryrefslogtreecommitdiffstats
path: root/tderesources/caldav
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-27 23:21:18 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-27 23:21:18 -0500
commita637b0877543118dd023c0ecc7e241eb7168d115 (patch)
tree94c72f7ab55db536f32dbb5131d000bc5163e1c6 /tderesources/caldav
parent3c297a53e980c6270ff2c05ec0d3a917a9b181c1 (diff)
downloadtdepim-a637b0877543118dd023c0ecc7e241eb7168d115.tar.gz
tdepim-a637b0877543118dd023c0ecc7e241eb7168d115.zip
Rename KWallet to TDEWallet
Diffstat (limited to 'tderesources/caldav')
-rw-r--r--tderesources/caldav/preferences.cpp2
-rw-r--r--tderesources/caldav/preferences.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/caldav/preferences.cpp b/tderesources/caldav/preferences.cpp
index 5286d0220..a4be7cc13 100644
--- a/tderesources/caldav/preferences.cpp
+++ b/tderesources/caldav/preferences.cpp
@@ -26,7 +26,7 @@
========================================================================*/
using namespace KCal;
-using namespace KWallet;
+using namespace TDEWallet;
/*=========================================================================
| CONSTANTS
diff --git a/tderesources/caldav/preferences.h b/tderesources/caldav/preferences.h
index 0c4532cf9..d54d7d4e3 100644
--- a/tderesources/caldav/preferences.h
+++ b/tderesources/caldav/preferences.h
@@ -33,7 +33,7 @@ namespace KCal {
/**
* This class provides access to ResourceCalDav preferences.
* It inherits auto-generated CalDavPrefsSkel 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 CalDAV resources to store settings in the same
* config file.
*/
@@ -109,7 +109,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.
@@ -150,7 +150,7 @@ private:
static const TQString WALLET_FOLDER;
static const TQString WALLET_PWD_SUFFIX;
- KWallet::Wallet* mWallet;
+ TDEWallet::Wallet* mWallet;
bool mNoWallet;
TQString mPrefix;