diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqstring.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstring.3qt')
-rw-r--r-- | doc/man/man3/tqstring.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqstring.3qt b/doc/man/man3/tqstring.3qt index 78d03fe8d..9a9fb8852 100644 --- a/doc/man/man3/tqstring.3qt +++ b/doc/man/man3/tqstring.3qt @@ -1207,7 +1207,7 @@ Returns the Unicode string decoded from the first \fIlen\fR bytes of \fIutf8\fR, .PP See TQTextCodec for more diverse coding/decoding of Unicode strings. .PP -Example: fonts/simple-qfont-demo/viewer.cpp. +Example: fonts/simple-tqfont-demo/viewer.cpp. .SH "TQString & TQString::insert ( uint index, const TQString & s )" Inserts \fIs\fR into the string at position \fIindex\fR. .PP @@ -1405,7 +1405,7 @@ A convenience function that returns a string equivalent of the number \fIn\fR to See also setNum(). .PP Examples: -.)l application/application.cpp, chart/chartform.cpp, fonts/simple-qfont-demo/viewer.cpp, helpviewer/helpwindow.cpp, mdi/application.cpp, regexptester/regexptester.cpp, and sql/overview/extract/main.cpp. +.)l application/application.cpp, chart/chartform.cpp, fonts/simple-tqfont-demo/viewer.cpp, helpviewer/helpwindow.cpp, mdi/application.cpp, regexptester/regexptester.cpp, and sql/overview/extract/main.cpp. .SH "TQString TQString::number ( ulong n, int base = 10 )\fC [static]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP |