diff options
Diffstat (limited to 'doc/html/unicode.html')
-rw-r--r-- | doc/html/unicode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/unicode.html b/doc/html/unicode.html index f8ac5558a..89f227e3d 100644 --- a/doc/html/unicode.html +++ b/doc/html/unicode.html @@ -87,7 +87,7 @@ so that things like myLabel->setText( "Hello, Dolly!" ); </pre> -will work. There is also a function, <a href="ntqobject.html#tr">TQObject::tr</a>(), that provides +will work. There is also a function, <a href="tqobject.html#tr">TQObject::tr</a>(), that provides translation support, like this: <pre> myLabel->setText( tr("Hello, Dolly!") ); |