From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/distributor-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/distributor-example.html') diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html index 069fc25a6..79d095a4c 100644 --- a/doc/html/distributor-example.html +++ b/doc/html/distributor-example.html @@ -176,7 +176,7 @@ static char *find_pattern( char *h, const char *n, ulong hlen ) if ( nlen > hlen ) return 0; - } while ( tqstrncmp( h, n, nlen ) != 0 ); + } while ( tqstrncmp( h, n, nlen ) != 0 ); return h + nlen; } @@ -184,7 +184,7 @@ void Distributor::checkLibData() { struct step { const char *key; - TQCString value; + TQCString value; bool done; } steps[7]; @@ -330,7 +330,7 @@ void Distributor::accept() { struct step { const char *key; - TQCString value; + TQCString value; bool done; } steps[7]; @@ -400,7 +400,7 @@ void Distributor::accept() continue; } - qstrcpy( s, steps[x].value ); + qstrcpy( s, steps[x].value ); steps[x].done = TRUE; ++completed; -- cgit v1.2.3