summaryrefslogtreecommitdiffstats
path: root/doc/html/i18n.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:01:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-04 22:55:45 +0900
commit6b5960c0e9ea768759c03be6532009409fa958ce (patch)
treed9deedd7df48aef68e2b456d3343f634283d0df6 /doc/html/i18n.html
parent074d585cc3a076958b986ff7cf31eb15d1e8412a (diff)
downloadtqt-feat/tqmake.tar.gz
tqt-feat/tqmake.zip
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/i18n.html')
-rw-r--r--doc/html/i18n.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/i18n.html b/doc/html/i18n.html
index bd7ba3bc4..518b55ce7 100644
--- a/doc/html/i18n.html
+++ b/doc/html/i18n.html
@@ -341,8 +341,8 @@ an example project file (<tt>.pro</tt> file):
<p> When you run <em>lupdate</em> or <em>lrelease</em>, you must give the name of the
project file as a command-line argument.
<p> In this example, four exotic languages are supported: Danish, Finnish,
-Norwegian and Swedish. If you use <a href="qmake-manual.html">qmake</a>, you usually don't need an extra project
-file for <em>lupdate</em>; your <tt>qmake</tt> project file will work fine once
+Norwegian and Swedish. If you use <a href="tqmake-manual.html">tqmake</a>, you usually don't need an extra project
+file for <em>lupdate</em>; your <tt>tqmake</tt> project file will work fine once
you add the <tt>TRANSLATIONS</tt> entry.
<p> In your application, you must <a href="tqtranslator.html#load">TQTranslator::load</a>() the translation
files appropriate for the user's language, and install them using <a href="tqapplication.html#installTranslator">TQApplication::installTranslator</a>().