From e8a1cdc01d38125bea12d5494db977ae6429919a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:29:58 -0600 Subject: Rename additional global TQt functions --- twin/kcmtwin/twinoptions/mouse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/kcmtwin/twinoptions') diff --git a/twin/kcmtwin/twinoptions/mouse.cpp b/twin/kcmtwin/twinoptions/mouse.cpp index 873331ce6..4f04764ac 100644 --- a/twin/kcmtwin/twinoptions/mouse.cpp +++ b/twin/kcmtwin/twinoptions/mouse.cpp @@ -476,7 +476,7 @@ static int tbl_txt_lookup( const char* const arr[], const char* txt ) arr[ i ][ 0 ] != '\0'; ++i ) { - if( qstricmp( txt, arr[ i ] ) == 0 ) + if( tqstricmp( txt, arr[ i ] ) == 0 ) return pos; ++pos; } -- cgit v1.2.1