diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqfile.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqfile.html')
-rw-r--r-- | doc/html/ntqfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html index 682aee200..1c51e2bba 100644 --- a/doc/html/ntqfile.html +++ b/doc/html/ntqfile.html @@ -219,7 +219,7 @@ would probably then be unrecognizable when seen by other programs. Returns a human-readable description of the reason of an error that occurred on the device. The error described by the string corresponds to changes of <a href="ntqiodevice.html#status">TQIODevice::status</a>(). If the status is reset, the error string is also reset. -<p> The returned strings are not translated with the <a href="ntqobject.html#tr">TQObject::tr</a>() or +<p> The returned strings are not translated with the <a href="tqobject.html#tr">TQObject::tr</a>() or <a href="ntqapplication.html#translate">TQApplication::translate</a>() functions. They are marked as translatable strings in the "TQFile" context. Before you show the string to the user you should translate it first, for example: |