From 8e0a91b1a70d6a055a39838489a4dacfd3200740 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 24 Sep 2024 15:11:17 +0900 Subject: libemailfunctions: move kAscii* functions to tdelibs Signed-off-by: Michele Calgaro --- kmail/kmreaderwin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kmail/kmreaderwin.cpp') 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 #include #include @@ -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 ); -- cgit v1.2.3