diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:35:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:35:40 -0600 |
commit | 17e2ed52dbf8fac39a04331da02b9572e9e2e304 (patch) | |
tree | cd0d57c975a55e05aac71794b363748f24625875 /kmail/bodypartformatterfactory_p.h | |
parent | a684ecdeceae222d5aa930478b7bf59a3b7cae7f (diff) | |
download | tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.tar.gz tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.zip |
Rename additional global TQt functions
Diffstat (limited to 'kmail/bodypartformatterfactory_p.h')
-rw-r--r-- | kmail/bodypartformatterfactory_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/bodypartformatterfactory_p.h b/kmail/bodypartformatterfactory_p.h index f18bc22aa..088a17f29 100644 --- a/kmail/bodypartformatterfactory_p.h +++ b/kmail/bodypartformatterfactory_p.h @@ -47,7 +47,7 @@ namespace KMail { namespace BodyPartFormatterFactoryPrivate { struct ltstr { bool operator()( const char * s1, const char * s2 ) const { - return qstricmp( s1, s2 ) < 0; + return tqstricmp( s1, s2 ) < 0; } }; |