diff options
Diffstat (limited to 'twin/kcmtwin/twinoptions/mouse.cpp')
-rw-r--r-- | twin/kcmtwin/twinoptions/mouse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |