diff options
Diffstat (limited to 'doc/i18n.doc')
-rw-r--r-- | doc/i18n.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/i18n.doc b/doc/i18n.doc index 38839b453..00b70c4ec 100644 --- a/doc/i18n.doc +++ b/doc/i18n.doc @@ -135,7 +135,7 @@ draw the string with it's left edge at the position specified with the x, y parameters. This will usually give you left aligned strings. Arabic and Hebrew application strings are usually right aligned, so for these languages use the version of drawText() that -takes a QRect since this will align in accordance with the language. +takes a TQRect since this will align in accordance with the language. \i When you write your own text input controls, use \l TQFontMetrics::charWidth() to determine the width of a character in a |