summaryrefslogtreecommitdiffstats
path: root/doc/i18n.doc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-29 12:43:23 +0900
committerMichele Calgaro <[email protected]>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/i18n.doc
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/i18n.doc')
-rw-r--r--doc/i18n.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/i18n.doc b/doc/i18n.doc
index b1924b9cd..6cc7d8879 100644
--- a/doc/i18n.doc
+++ b/doc/i18n.doc
@@ -121,7 +121,7 @@ the fl and fi ligatures used in typesetting US and European books.
Qt tries to take care of all the special features listed above. You
usually don't have to worry about these features so long as you use
-Qt's input widgets (e.g. QLineEdit, TQTextEdit, and derived classes)
+Qt's input widgets (e.g. TQLineEdit, TQTextEdit, and derived classes)
and Qt's display widgets (e.g. TQLabel).
Support for these writing systems is transparent to the programmer
@@ -143,7 +143,7 @@ string. In some languages (e.g. Arabic or languages from the Indian
subcontinent), the width and shape of a glyph changes depending on the
surrounding characters. Writing input controls usually requires a
certain knowledge of the scripts it is going to be used in. Usually
-the easiest way is to subclass QLineEdit or TQTextEdit.
+the easiest way is to subclass TQLineEdit or TQTextEdit.
\endlist