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/kmsearchpattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/kmsearchpattern.cpp') diff --git a/kmail/kmsearchpattern.cpp b/kmail/kmsearchpattern.cpp index 1d6fd95d..630c6f13 100644 --- a/kmail/kmsearchpattern.cpp +++ b/kmail/kmsearchpattern.cpp @@ -148,7 +148,7 @@ KMSearchRule::Function KMSearchRule::configValueToFunc( const char * str ) { return FuncNone; for ( int i = 0 ; i < numFuncConfigNames ; ++i ) - if ( qstricmp( funcConfigNames[i], str ) == 0 ) return (Function)i; + if ( tqstricmp( funcConfigNames[i], str ) == 0 ) return (Function)i; return FuncNone; } -- cgit v1.2.3