summaryrefslogtreecommitdiffstats
path: root/kmail/kmsender.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:35:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:35:40 -0600
commit17e2ed52dbf8fac39a04331da02b9572e9e2e304 (patch)
treecd0d57c975a55e05aac71794b363748f24625875 /kmail/kmsender.cpp
parenta684ecdeceae222d5aa930478b7bf59a3b7cae7f (diff)
downloadtdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.tar.gz
tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.zip
Rename additional global TQt functions
Diffstat (limited to 'kmail/kmsender.cpp')
-rw-r--r--kmail/kmsender.cpp4
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();