diff options
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 |