diff options
author | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/unicode.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/unicode.html')
-rw-r--r-- | doc/html/unicode.html | 2 |
1 files changed, 1 insertions, 1 deletions
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: <pre> - <a href="ntqfile.html">TQFile</a> f( TQString::<a href="tqstring.html#fromLatin1">fromLatin1</a>("appicon.png") ); + <a href="tqfile.html">TQFile</a> f( TQString::<a href="tqstring.html#fromLatin1">fromLatin1</a>("appicon.png") ); </pre> <p> Regarding output, TQt will do a best-effort conversion from |