summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/lrelease.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man1/lrelease.1')
-rw-r--r--doc/man/man1/lrelease.116
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man1/lrelease.1 b/doc/man/man1/lrelease.1
index 4b282723..722e6f5a 100644
--- a/doc/man/man1/lrelease.1
+++ b/doc/man/man1/lrelease.1
@@ -8,7 +8,7 @@
.\" packaging of this file. Alternatively you may (at your option) use any
.\" later version of the GNU General Public License if such license has
.\" been publicly approved by Trolltech ASA (or its successors, if any)
-.\" and the KDE Free Qt Foundation.
+.\" and the KDE Free TQt Foundation.
.\"
.\" Please review the following information to ensure GNU General
.\" Public Licensing requirements will be met:
@@ -18,8 +18,8 @@
.\" http://trolltech.com/products/qt/licenses/licensing/licensingoverview
.\" or contact the sales department at sales@trolltech.com.
.\"
-.\" Licensees holding valid Qt Commercial licenses may use this file in
-.\" accordance with the Qt Commercial License Agreement provided with
+.\" Licensees holding valid TQt Commercial licenses may use this file in
+.\" accordance with the TQt Commercial License Agreement provided with
.\" the Software.
.\"
.\" This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
@@ -28,7 +28,7 @@
.\" herein.
.\"
.SH NAME
-lrelease \- generate Qt message files from Qt Linguist translation files
+lrelease \- generate TQt message files from TQt Linguist translation files
.SH SYNOPSIS
.B lrelease
.RI "[ " options " ] " project-file
@@ -37,11 +37,11 @@ lrelease \- generate Qt message files from Qt Linguist translation files
.RI "[ " options " ] " ts-files " [ -qm " qm-file " ]"
.SH DESCRIPTION
This page documents the
-.B Qt Linguist Release
-tool for the Qt GUI toolkit.
+.B TQt Linguist Release
+tool for the TQt GUI toolkit.
.B Lrelease
reads a qmake/tmake project file (.pro file) and converts the
-translation files (.ts files) specified in it into Qt message files
+translation files (.ts files) specified in it into TQt message files
(.qm files) used by the application to translate.
.PP
The .qm file format is a compact binary format that provides
@@ -82,7 +82,7 @@ TRANSLATIONS = gnomovision_dk.ts \\
.PP
When running
.B lrelease
-on this project file, the Qt message files gnomovision_dk.qm,
+on this project file, the TQt message files gnomovision_dk.qm,
gnomovision_fi.qm, gnomovision_no.qm and gnomovision_se.qm will be
generated from gnomovision_dk.ts, gnomovision_fi.ts,
gnomovision_no.ts and gnomovision_se.ts, respectively.