From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- kmail/kmmessage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmmessage.cpp') diff --git a/kmail/kmmessage.cpp b/kmail/kmmessage.cpp index 469858a4..9ad91070 100644 --- a/kmail/kmmessage.cpp +++ b/kmail/kmmessage.cpp @@ -3050,9 +3050,9 @@ void applyHeadersToMessagePart( DwHeaders& headers, KMMessagePart* aPart ) DwParameter *param = ct.FirstParameter(); while(param) { - if (!qstricmp(param->Attribute().c_str(), "charset")) + if (!tqstricmp(param->Attribute().c_str(), "charset")) aPart->setCharset(TQCString(param->Value().c_str()).lower()); - else if (!qstrnicmp(param->Attribute().c_str(), "name*", 5)) + else if (!tqstrnicmp(param->Attribute().c_str(), "name*", 5)) aPart->setName(KMMsgBase::decodeRFC2231String(KMMsgBase::extractRFC2231HeaderField( param->Value().c_str(), "name" ))); else { additionalCTypeParams += ';'; -- cgit v1.2.3