diff options
Diffstat (limited to 'doc/i18n.doc')
-rw-r--r-- | doc/i18n.doc | 4 |
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 |