summaryrefslogtreecommitdiffstats
path: root/wizards/kmailchanges.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /wizards/kmailchanges.cpp
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 );