From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- examples/distributor/distributor.ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/distributor/distributor.ui.h') diff --git a/examples/distributor/distributor.ui.h b/examples/distributor/distributor.ui.h index 1d21f19f9..01c6b9bd8 100644 --- a/examples/distributor/distributor.ui.h +++ b/examples/distributor/distributor.ui.h @@ -121,7 +121,7 @@ static char *find_pattern( char *h, const char *n, ulong hlen ) if ( nlen > hlen ) return 0; - } while ( qstrncmp( h, n, nlen ) != 0 ); + } while ( tqstrncmp( h, n, nlen ) != 0 ); return h + nlen; } -- cgit v1.2.1