diff options
Diffstat (limited to 'kmail/copyfolderjob.cpp')
-rw-r--r-- | kmail/copyfolderjob.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/copyfolderjob.cpp b/kmail/copyfolderjob.cpp index a83b1cd6c..21f475d63 100644 --- a/kmail/copyfolderjob.cpp +++ b/kmail/copyfolderjob.cpp @@ -171,8 +171,8 @@ void CopyFolderJob::slotCopyNextChild( bool success ) bool CopyFolderJob::createTargetDir() { // get the default mailbox type - KConfig * const config = KMKernel::config(); - KConfigGroupSaver saver(config, "General"); + TDEConfig * const config = KMKernel::config(); + TDEConfigGroupSaver saver(config, "General"); int deftype = config->readNumEntry("default-mailbox-format", 1); if ( deftype < 0 || deftype > 1 ) deftype = 1; |