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/kmsender.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmsender.cpp') diff --git a/kmail/kmsender.cpp b/kmail/kmsender.cpp index eec0d6e00..500cb7e79 100644 --- a/kmail/kmsender.cpp +++ b/kmail/kmsender.cpp @@ -266,8 +266,8 @@ static bool messageIsDispositionNotificationReport( KMMessage *msg ) DwMediaType& ct = msg->dwContentType(); DwParameter *param = ct.FirstParameter(); while( param ) { - if ( !qstricmp( param->Attribute().c_str(), "report-type") - && !qstricmp( param->Value().c_str(), "disposition-notification" ) ) + if ( !tqstricmp( param->Attribute().c_str(), "report-type") + && !tqstricmp( param->Value().c_str(), "disposition-notification" ) ) return true; else param = param->Next(); -- cgit v1.2.1