From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/unicode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/unicode.html') diff --git a/doc/html/unicode.html b/doc/html/unicode.html index 075e04862..07a74ef47 100644 --- a/doc/html/unicode.html +++ b/doc/html/unicode.html @@ -110,7 +110,7 @@ writing, Vietnamese/VISCII is one such example.) fast functions for mapping to and from them. For example, to open an application's icon one might do this:
-        TQFile f( TQString::fromLatin1("appicon.png") );
+        TQFile f( TQString::fromLatin1("appicon.png") );
 

Regarding output, TQt will do a best-effort conversion from -- cgit v1.2.1