summaryrefslogtreecommitdiffstats
path: root/wizards/kmailchanges.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/kmailchanges.cpp')
-rw-r--r--wizards/kmailchanges.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/kmailchanges.cpp b/wizards/kmailchanges.cpp
index 191ea843..abcd57d4 100644
--- a/wizards/kmailchanges.cpp
+++ b/wizards/kmailchanges.cpp
@@ -43,7 +43,7 @@ static const char* s_folderContentsType[] = {
Wallet* CreateImapAccount::mWallet = 0;
CreateImapAccount::CreateImapAccount( const TQString &accountName, const TQString &title )
- : KConfigPropagator::Change( title ),
+ : TDEConfigPropagator::Change( title ),
mAccountName( accountName ), mPort( 993 ), mEnableSieve( false ), mEnableSavePassword( true ),
mEncryption( None ), mAuthentication( NONE ), mAuthenticationSend( PLAIN ), mSmtpPort( 25 ),
mExistingAccountId( -1 ), mExistingTransportId( -1 ),
@@ -156,7 +156,7 @@ void CreateDisconnectedImapAccount::apply()
{
if ( mEmail.isEmpty() ) mEmail = mUser + "@" + mServer;
- KConfig c( "kmailrc" );
+ TDEConfig c( "kmailrc" );
c.setGroup( "General" );
c.writeEntry( "Default domain", mDefaultDomain );
int accountId;
@@ -313,7 +313,7 @@ CreateOnlineImapAccount::CreateOnlineImapAccount(const TQString & accountName) :
void CreateOnlineImapAccount::apply()
{
- KConfig c( "kmailrc" );
+ TDEConfig c( "kmailrc" );
c.setGroup( "General" );
uint accCnt = c.readNumEntry( "accounts", 0 );
c.writeEntry( "accounts", accCnt+1 );