summaryrefslogtreecommitdiffstats
path: root/doc/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man1')
-rw-r--r--doc/man/man1/designer.118
-rw-r--r--doc/man/man1/linguist.18
-rw-r--r--doc/man/man1/lrelease.116
-rw-r--r--doc/man/man1/lupdate.114
-rw-r--r--doc/man/man1/moc.110
-rw-r--r--doc/man/man1/msg2tqm.12
-rw-r--r--doc/man/man1/qtconfig.16
-rw-r--r--doc/man/man1/tqt20fix.110
-rw-r--r--doc/man/man1/tqtcreatecw.112
-rw-r--r--doc/man/man1/uic.18
10 files changed, 52 insertions, 52 deletions
diff --git a/doc/man/man1/designer.1 b/doc/man/man1/designer.1
index 4151e94a..7d72c0f7 100644
--- a/doc/man/man1/designer.1
+++ b/doc/man/man1/designer.1
@@ -6,25 +6,25 @@ qt\-designer \- Visual user interface designer for Qt.
.LP
Qt Designer simplifies the process of designing and
creating graphical user interfaces (GUI) using the
-award\-winning Qt toolkit. Qt Designer is easy to learn.
+award\-winning TQt toolkit. TQt Designer is easy to learn.
There are tutorials, walkthrough examples and the
reference documentation accelerating you through the
-learning phase. After that, Qt Designer greatly reduces
+learning phase. After that, TQt Designer greatly reduces
the time and effort needed to develop even the most
complex dialogs with an easy\-to\-use GUI and an integrated
help system.
- Qt Designer provides a rich set of features aimed at
+ TQt Designer provides a rich set of features aimed at
making the creation of dialogs as easy and smooth as
possible without reducing the power of Qt. It offers all
-the strength of the Qt layout system with a well\-designed
-user interface. This, combined with the Qt Designer's
+the strength of the TQt layout system with a well\-designed
+user interface. This, combined with the TQt Designer's
undo/redo system makes it simple to try different
arrangements of the widgets until the result satisfies
you.
- Using Qt Designer's convenient property editor along
-with the dynamic Qt property system it is easy to set the
+ Using TQt Designer's convenient property editor along
+with the dynamic TQt property system it is easy to set the
initial state of your widgets. Special editors for some
widgets (like listboxes, comboboxes, etc.) allow you to
fill these widgets with content without writing any code.
@@ -32,7 +32,7 @@ Using the object hierarchy view, the parent\-child
relationship between the widgets of a dialog can be
understood at a glance.
- Integrating dialogs into a Qt project is straightforward
+ Integrating dialogs into a TQt project is straightforward
thanks to the User Interface Compiler (UIC), which
generates C++ code from the XML dialog description on the
fly. The programmer can easily extend the functionality
@@ -46,7 +46,7 @@ their changes.
.LP
.TP
\fBQTDIR\fP
-Specifies the Qt base directory. On Debian systems this
+Specifies the TQt base directory. On Debian systems this
should be set to /usr/share/qt. The /usr/bin/designer
wrapper script takes care of this.
.SH "AUTHORS"
diff --git a/doc/man/man1/linguist.1 b/doc/man/man1/linguist.1
index a0f99133..d8960da9 100644
--- a/doc/man/man1/linguist.1
+++ b/doc/man/man1/linguist.1
@@ -9,8 +9,8 @@ linguist \- Translation tool for Qt.
]
.SH "DESCRIPTION"
-.B Qt Linguist
-is a tool for adding translations to Qt applications. It
+.B TQt Linguist
+is a tool for adding translations to TQt applications. It
introduces the concept of a translation "context" which
means a group of phrases that appear together on the
screen e.g. in the same menu or dialog.
@@ -25,11 +25,11 @@ wich is the name of the translation file you wish to open.
Per user configuration file.
.SH SEE ALSO
-.B Qt Linguist
+.B TQt Linguist
is too complex to be described completely in the "man" page
format. If your system is properly configured, you can access
the full documentation within
-.B Qt Linguist
+.B TQt Linguist
under the Help menu.
.SH AUTHOR
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.
diff --git a/doc/man/man1/lupdate.1 b/doc/man/man1/lupdate.1
index cb0f652a..3add01c7 100644
--- a/doc/man/man1/lupdate.1
+++ b/doc/man/man1/lupdate.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
-lupdate \- update Qt Linguist translation files
+lupdate \- update TQt Linguist translation files
.SH SYNOPSIS
.B lupdate
.RI "[ " options " ] " project-file
@@ -37,14 +37,14 @@ lupdate \- update Qt Linguist translation files
.RI "[ " options " ] " source-files " -ts " ts-files
.SH DESCRIPTION
This page documents the
-.B Qt Linguist Update
-tool for the Qt GUI toolkit.
+.B TQt Linguist Update
+tool for the TQt GUI toolkit.
.B Lupdate
reads a qmake/tmake project file (.pro file), finds the translatable
strings in the specified source, header and interface files, and
updates the translation files (.ts files) specified in it. The
translation files are given to the translator who uses
-.B Qt Linguist
+.B TQt Linguist
to read the files and insert the translations.
.PP
The .ts file format is a simple human-readable XML format that can be
diff --git a/doc/man/man1/moc.1 b/doc/man/man1/moc.1
index d09602cf..24ed9690 100644
--- a/doc/man/man1/moc.1
+++ b/doc/man/man1/moc.1
@@ -4,19 +4,19 @@
.\"
.\" Copyright (C) 1992-2007 Trolltech ASA. All rights reserved.
.\"
-.\" This file is part of Qt and may be distributed and used according to
+.\" This file is part of TQt and may be distributed and used according to
.\" the terms and conditions described in the LICENSE file.
.\"
.nh
.SH NAME
-moc \- generate Qt meta object support code
+moc \- generate TQt meta object support code
.SH SYNOPSIS
.B moc
[-o file] [-i] [-f] [-k] [-ldbg] [-nw] [-p path] [-q path] [-v] file
.SH DESCRIPTION
This page documents the
.B Meta Object Compiler
-for the Qt GUI application framework. The
+for the TQt GUI application framework. The
.B moc
reads one or more C++ class declarations from a C++ header or source
file and generates one C++ source file containing meta object
@@ -33,7 +33,7 @@ when required, so you will not need to use the
.B moc
directly.
.PP
-In brief, the meta object system is a structure used by Qt (see
+In brief, the meta object system is a structure used by TQt (see
.BR http://doc.trolltech.com ")"
for component programming and run time type information. It adds
properties and inheritance information to (some) classes and
@@ -446,4 +446,4 @@ public:
.SH "SEE ALSO"
.BR http://www.trolltech.com ", "
.BR "C++ ARM, section r.11.3" " (for the answer to the quiz), and"
-.BR http://doc.trolltech.com " (for complete Qt documentation)."
+.BR http://doc.trolltech.com " (for complete TQt documentation)."
diff --git a/doc/man/man1/msg2tqm.1 b/doc/man/man1/msg2tqm.1
index c3508540..91392c78 100644
--- a/doc/man/man1/msg2tqm.1
+++ b/doc/man/man1/msg2tqm.1
@@ -9,7 +9,7 @@ msg2tqm myapp_de.po myapp_de.qm
.LP
Converts translated .po files to a Qt\-specific binary
-format (".qm" Qt message files). The Qt message files
+format (".qm" TQt message files). The TQt message files
are platform and locale independent, containing
translations in Unicode and various hash tables to
provide fast look\-up.
diff --git a/doc/man/man1/qtconfig.1 b/doc/man/man1/qtconfig.1
index 7e03bf49..61521577 100644
--- a/doc/man/man1/qtconfig.1
+++ b/doc/man/man1/qtconfig.1
@@ -4,14 +4,14 @@
qtconfig \- Configuration tool for Qt
.SH "DESCRIPTION"
.LP
-QConfig allows for GUI based configuration of Qt and
- other Qt based sources.
+QConfig allows for GUI based configuration of TQt and
+ other TQt based sources.
.SH "ENVIRONMENT VARIABLES"
.LP
.TP
\fBQTDIR\fP
-Specifies the base Qt dir
+Specifies the base TQt dir
.SH "AUTHORS"
.LP
TrollTech <http://www.trolltech.com/>
diff --git a/doc/man/man1/tqt20fix.1 b/doc/man/man1/tqt20fix.1
index 56a79a18..d2b36116 100644
--- a/doc/man/man1/tqt20fix.1
+++ b/doc/man/man1/tqt20fix.1
@@ -8,11 +8,11 @@ tqt20fix myapp.cpp
.SH "DESCRIPTION"
.LP
-Qt 2.x is namespace\-clean, unlike 1.x. Qt now uses very
+Qt 2.x is namespace\-clean, unlike 1.x. TQt now uses very
few global identifiers. Identifiers like red, blue,
LeftButton, AlignRight, Key_Up, Key_Down, NoBrush etc.
-are now part of a special class Qt (defined in
-ntqnamespace.h), which is inherited by most Qt classes.
+are now part of a special class TQt (defined in
+ntqnamespace.h), which is inherited by most TQt classes.
Member functions of classes that inherit from QWidget,
etc. are totally unaffected, but code that is not in
functions of classes inherited from Qt, you must qualify
@@ -23,8 +23,8 @@ The qt/bin/tqt20fix script helps to fix the code that
needs adaption, though most code does not need changing.
Compiling with \-DQT1COMPATIBILITY will help you get going
-with Qt 2.x \- it allows all the old "dirty namespace"
-identifiers from Qt 1.x to continue working. Without it,
+with TQt 2.x \- it allows all the old "dirty namespace"
+identifiers from TQt 1.x to continue working. Without it,
you'll get compile errors that can easily be fixed by
searching this page for the clean identifiers.
.SH "AUTHORS"
diff --git a/doc/man/man1/tqtcreatecw.1 b/doc/man/man1/tqtcreatecw.1
index 4567e5f1..97b08a5c 100644
--- a/doc/man/man1/tqtcreatecw.1
+++ b/doc/man/man1/tqtcreatecw.1
@@ -1,24 +1,24 @@
.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqtcreatecw \- custom widget description creater for Qt Designer
+tqtcreatecw \- custom widget description creater for TQt Designer
.SH "SYNTAX"
.LP
tqtcreatecw <\fIfilename.cw\fP>
.SH "DESCRIPTION"
.LP
This small application makes it much easier to create
-custom widget descriptions for the Qt Designer. Using
-them you can use custom widgets in the Qt Designer
+custom widget descriptions for the TQt Designer. Using
+them you can use custom widgets in the TQt Designer
including their signals, slots and properties.
To do that normally you would have to enter all that
information in the custom widget dialog in the Qt
Designer for each widget. But this small tool can create
for you these description files for your custom widgets
-which you then can simply import into the Qt Designer. So
+which you then can simply import into the TQt Designer. So
you can use your custom widgets without any additional
-work in your forms in the Qt Designer then.
+work in your forms in the TQt Designer then.
To do that you have to modify the sourcecode (main.cpp) a
bit and recompile it afterwards.
@@ -49,7 +49,7 @@ widget (library or object file) and run it like this:
After that you can import this description file into the
Qt Designer using the Custom\-Widget Dialog (See
-Tools\->Custom\->Edit Custom Widgets... in the Qt Designer)
+Tools\->Custom\->Edit Custom Widgets... in the TQt Designer)
and use these custom widget there in your forms.
.SH "AUTHORS"
diff --git a/doc/man/man1/uic.1 b/doc/man/man1/uic.1
index 154e4942..194fc54f 100644
--- a/doc/man/man1/uic.1
+++ b/doc/man/man1/uic.1
@@ -2,21 +2,21 @@
.\"
.\" Copyright (C) 2000-2007 Trolltech ASA. All rights reserved.
.\"
-.\" This file is part of Qt and may be distributed and used according to
+.\" This file is part of TQt and may be distributed and used according to
.\" the terms and conditions described in the LICENSE file.
.\"
.SH NAME
-uic \- Qt user interface compiler
+uic \- TQt user interface compiler
.SH SYNOPSIS
.B uic
[options] file
.SH DESCRIPTION
This page documents the
.B User Interface Compiler
-for the Qt GUI toolkit. The
+for the TQt GUI toolkit. The
.B uic
reads a user interface definition (.ui) file in XML as generated by
-.I Qt Designer
+.I TQt Designer
and creates corresponding C++ header or source files. It also
generates an image file that embeds raw image data in C++ source code.
.PP