diff --git a/kmcomposewin.cpp b/kmcomposewin.cpp index 75093403a..d10d6b2a0 100644 --- a/kmcomposewin.cpp +++ b/kmcomposewin.cpp @@ -2590,7 +2590,7 @@ void KMComposeWin::slotAttachFileResult(KJob *job) KCursorSaver busy(KBusyPtr::busy()); QString name( (*it).url.fileName() ); // ask the job for the mime type of the file - QString mimeType = static_cast(job)->mimetype(); + QString mimeType = static_cast(job)->mimetype(); if ( name.isEmpty() ) { // URL ends with '/' (e.g. http://www.kde.org/)