summaryrefslogtreecommitdiffstats
path: root/wizards/kmailchanges.h
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 /wizards/kmailchanges.h
parent3c297a53e980c6270ff2c05ec0d3a917a9b181c1 (diff)
downloadtdepim-a637b0877543118dd023c0ecc7e241eb7168d115.tar.gz
tdepim-a637b0877543118dd023c0ecc7e241eb7168d115.zip
Rename KWallet to TDEWallet
Diffstat (limited to 'wizards/kmailchanges.h')
-rw-r--r--wizards/kmailchanges.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/kmailchanges.h b/wizards/kmailchanges.h
index 3fc412a1..b098b08d 100644
--- a/wizards/kmailchanges.h
+++ b/wizards/kmailchanges.h
@@ -25,7 +25,7 @@
#include <tdeconfigpropagator.h>
#include <tdeconfig.h>
-namespace KWallet {
+namespace TDEWallet {
class Wallet;
}
@@ -107,7 +107,7 @@ class CreateImapAccount : public TDEConfigPropagator::Change
CustomWriter *mCustomWriter;
private:
- static KWallet::Wallet *mWallet;
+ static TDEWallet::Wallet *mWallet;
};
class CreateDisconnectedImapAccount : public CreateImapAccount