diff options
Diffstat (limited to 'kmail/kmsender.cpp')
-rw-r--r-- | kmail/kmsender.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmsender.cpp b/kmail/kmsender.cpp index eec0d6e0..500cb7e7 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(); |