diff options
Diffstat (limited to 'kmail/backupjob.cpp')
-rw-r--r-- | kmail/backupjob.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/backupjob.cpp b/kmail/backupjob.cpp index fd53997b3..132a8dba1 100644 --- a/kmail/backupjob.cpp +++ b/kmail/backupjob.cpp @@ -175,9 +175,9 @@ void BackupJob::finish() .arg( mRootFolder->name() ).arg( mMailArchivePath.path() ); text += "\n" + i18n( "1 message of size %1 was archived.", "%n messages with the total size of %1 were archived.", mArchivedMessages ) - .arg( KIO::convertSize( mArchivedSize ) ); + .arg( TDEIO::convertSize( mArchivedSize ) ); text += "\n" + i18n( "The archive file has a size of %1." ) - .arg( KIO::convertSize( archiveFileInfo.size() ) ); + .arg( TDEIO::convertSize( archiveFileInfo.size() ) ); KMessageBox::information( mParentWidget, text, i18n( "Archiving finished." ) ); if ( mDeleteFoldersAfterCompletion ) { |