From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text 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 07a74ef47..61692afc2 100644 --- a/doc/html/unicode.html +++ b/doc/html/unicode.html @@ -80,7 +80,7 @@ all user-visible strings, and performing all text file I/O using 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. -

All the function arguments in TQt that may be user-visible strings, TQLabel::setText() and a many others, take const TQString &s. +

All the function arguments in TQt that may be user-visible strings, TQLabel::setText() and a many others, take const TQString &s. TQString provides implicit casting from const char * so that things like

-- 
cgit v1.2.3