From 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 31 Aug 2024 19:56:49 +0900 Subject: Rename remaining ntq[i-l]* 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 ac031a6e4..1b7a88ae5 100644 --- a/doc/html/unicode.html +++ b/doc/html/unicode.html @@ -76,7 +76,7 @@ even on Windows platforms that do not support it natively.

To fully benefit from Unicode, we recommend using TQString for storing all user-visible strings, and performing all text file I/O using -TQTextStream. Use TQKeyEvent::text() for keyboard input in any custom +TQTextStream. Use TQKeyEvent::text() for keyboard input in any custom widgets you write; it does not make much difference for slow typists in Western Europe or North America, but for fast typists or people using special input methods using text() is beneficial. -- cgit v1.2.1