summaryrefslogtreecommitdiffstats
path: root/kmail/kmreaderwin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-24 15:11:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-24 20:55:18 +0900
commit8e0a91b1a70d6a055a39838489a4dacfd3200740 (patch)
tree4a047b7af0b7e394ddd7a76f178f6aba65339b9a /kmail/kmreaderwin.cpp
parent1fb5101d491c1c4b3483540489dd109a59bfce2d (diff)
downloadtdepim-8e0a91b1a70d6a055a39838489a4dacfd3200740.tar.gz
tdepim-8e0a91b1a70d6a055a39838489a4dacfd3200740.zip
libemailfunctions: move kAscii* functions to tdelibs
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmail/kmreaderwin.cpp')
-rw-r--r--kmail/kmreaderwin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp
index 52717348..566298b9 100644
--- a/kmail/kmreaderwin.cpp
+++ b/kmail/kmreaderwin.cpp
@@ -64,7 +64,6 @@ using KMail::FileHtmlWriter;
using KMail::TeeHtmlWriter;
#endif
-#include <kasciistringtools.h>
#include <kstringhandler.h>
#include <mimelib/mimepp.h>
@@ -2350,7 +2349,7 @@ void KMReaderWin::openAttachment( int id, const TQString & name )
}
TQCString contentTypeStr( msgPart.typeStr() + '/' + msgPart.subtypeStr() );
- KPIM::kAsciiToLower( contentTypeStr.data() );
+ kasciitolower( contentTypeStr.data() );
if ( qstrcmp( contentTypeStr, "text/x-vcard" ) == 0 ) {
showVCard( &msgPart );