summaryrefslogtreecommitdiffstats
path: root/wizards/kmailchanges.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/kmailchanges.cpp')
-rw-r--r--wizards/kmailchanges.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/kmailchanges.cpp b/wizards/kmailchanges.cpp
index cc6bb5655..1915702e5 100644
--- a/wizards/kmailchanges.cpp
+++ b/wizards/kmailchanges.cpp
@@ -179,7 +179,7 @@ void CreateDisconnectedImapAccount::apply()
c.setGroup( TQString("Account %1").arg( accountId ) );
int uid;
if ( mExistingAccountId < 0 ) {
- uid = kapp->random();
+ uid = tdeApp->random();
c.writeEntry( "Folder", uid );
} else {
uid = c.readNumEntry( "Folder" );
@@ -319,7 +319,7 @@ void CreateOnlineImapAccount::apply()
c.writeEntry( "accounts", accCnt+1 );
c.setGroup( TQString("Account %1").arg(accCnt+1) );
- int uid = kapp->random();
+ int uid = tdeApp->random();
c.writeEntry( "Folder", uid );
c.writeEntry( "Id", uid );
c.writeEntry( "Type", "imap" );