summaryrefslogtreecommitdiffstats
path: root/doc/html/unicode.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/unicode.html')
-rw-r--r--doc/html/unicode.html2
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-&gt;setText( tr("Hello, Dolly!") );