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/bodypartformatterfactory_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/bodypartformatterfactory_p.h') 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; } }; -- cgit v1.2.1