summaryrefslogtreecommitdiffstats
path: root/wizards
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
parent3c297a53e980c6270ff2c05ec0d3a917a9b181c1 (diff)
downloadtdepim-a637b0877543118dd023c0ecc7e241eb7168d115.tar.gz
tdepim-a637b0877543118dd023c0ecc7e241eb7168d115.zip
Rename KWallet to TDEWallet
Diffstat (limited to 'wizards')
-rw-r--r--wizards/kmailchanges.cpp2
-rw-r--r--wizards/kmailchanges.h4
-rw-r--r--wizards/scalixwizard.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/wizards/kmailchanges.cpp b/wizards/kmailchanges.cpp
index 968a30b2a..cc6bb5655 100644
--- a/wizards/kmailchanges.cpp
+++ b/wizards/kmailchanges.cpp
@@ -31,7 +31,7 @@
#include <kdebug.h>
#include <kstringhandler.h>
#include <tdewallet.h>
-using namespace KWallet;
+using namespace TDEWallet;
static const char* s_folderContentsType[] = {
I18N_NOOP( "Calendar" ),
diff --git a/wizards/kmailchanges.h b/wizards/kmailchanges.h
index 3fc412a1d..b098b08dc 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
diff --git a/wizards/scalixwizard.cpp b/wizards/scalixwizard.cpp
index cb89e298c..3aa5634c0 100644
--- a/wizards/scalixwizard.cpp
+++ b/wizards/scalixwizard.cpp
@@ -409,7 +409,7 @@ ScalixWizard::ScalixWizard() : TDEConfigWizard( new ScalixPropagator )
mSavePasswordCheck = new TQCheckBox( i18n("Save password"), page );
topLayout->addMultiCellWidget( mSavePasswordCheck, 5, 5, 0, 1 );
- TQWhatsThis::add( mSavePasswordCheck, i18n( "Shall the password be saved in KWallet?." ) );
+ TQWhatsThis::add( mSavePasswordCheck, i18n( "Shall the password be saved in TDEWallet?." ) );
label = new TQLabel( i18n( "Use Secure Connection:" ), page );
topLayout->addWidget( label, 6, 0 );