summaryrefslogtreecommitdiffstats
path: root/doc/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man1')
-rw-r--r--doc/man/man1/maketqpf.1 (renamed from doc/man/man1/makeqpf.1)6
-rw-r--r--doc/man/man1/msg2tqm.1 (renamed from doc/man/man1/msg2qm.1)12
-rw-r--r--doc/man/man1/tqt20fix.1 (renamed from doc/man/man1/qt20fix.1)8
-rw-r--r--doc/man/man1/tqtcreatecw.1 (renamed from doc/man/man1/createcw.1)10
-rw-r--r--doc/man/man1/tqtfindtr.1 (renamed from doc/man/man1/findtr.1)8
-rw-r--r--doc/man/man1/tqtmergetr.1 (renamed from doc/man/man1/mergetr.1)16
-rw-r--r--doc/man/man1/tqvfb.1 (renamed from doc/man/man1/qvfb.1)12
7 files changed, 36 insertions, 36 deletions
diff --git a/doc/man/man1/makeqpf.1 b/doc/man/man1/maketqpf.1
index 37ddcfd4..641639cb 100644
--- a/doc/man/man1/makeqpf.1
+++ b/doc/man/man1/maketqpf.1
@@ -1,11 +1,11 @@
-.TH "makeqpf" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "maketqpf" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-makeqpf \- Create qpf files from TTF and BDF files.
+maketqpf \- Create qpf files from TTF and BDF files.
.SH "DESCRIPTION"
.LP
Qt Prerendered Font (QPF) is a light\-weight non\-scalable
-font format specific to Qt/Embedded. makeqpf is a tool
+font format specific to Qt/Embedded. maketqpf is a tool
that assists producing QPF files from TTF and BDF files.
diff --git a/doc/man/man1/msg2qm.1 b/doc/man/man1/msg2tqm.1
index 7d22bbb9..c3508540 100644
--- a/doc/man/man1/msg2qm.1
+++ b/doc/man/man1/msg2tqm.1
@@ -1,10 +1,10 @@
-.TH "msg2qm" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "msg2tqm" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-msg2qm \- Converts translated .po files to a Qt\-specific binary format.
+msg2tqm \- Converts translated .po files to a Qt\-specific binary format.
.SH "SYNTAX"
.LP
-msg2qm myapp_de.po myapp_de.qm
+msg2tqm myapp_de.po myapp_de.qm
.SH "DESCRIPTION"
.LP
@@ -14,9 +14,9 @@ are platform and locale independent, containing
translations in Unicode and various hash tables to
provide fast look\-up.
- msg2qm myapp_de.po myapp_de.qm
- msg2qm myapp_fr.po myapp_fr.qm
- msg2qm myapp_ja.po myapp_ja.qm
+ msg2tqm myapp_de.po myapp_de.qm
+ msg2tqm myapp_fr.po myapp_fr.qm
+ msg2tqm myapp_ja.po myapp_ja.qm
In your application, use QTranslator::load() to load
diff --git a/doc/man/man1/qt20fix.1 b/doc/man/man1/tqt20fix.1
index af27905a..56a79a18 100644
--- a/doc/man/man1/qt20fix.1
+++ b/doc/man/man1/tqt20fix.1
@@ -1,10 +1,10 @@
-.TH "qt20fix" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-qt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2
+tqt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2
.SH "SYNTAX"
.LP
-qt20fix myapp.cpp
+tqt20fix myapp.cpp
.SH "DESCRIPTION"
.LP
@@ -19,7 +19,7 @@ functions of classes inherited from Qt, you must qualify
these identifiers like this: Qt::red, Qt::LeftButton,
Qt::AlignRight, etc.
-The qt/bin/qt20fix script helps to fix the code that
+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
diff --git a/doc/man/man1/createcw.1 b/doc/man/man1/tqtcreatecw.1
index 0959a2df..4567e5f1 100644
--- a/doc/man/man1/createcw.1
+++ b/doc/man/man1/tqtcreatecw.1
@@ -1,10 +1,10 @@
-.TH "createcw" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-createcw \- custom widget description creater for Qt Designer
+tqtcreatecw \- custom widget description creater for Qt Designer
.SH "SYNTAX"
.LP
-createcw <\fIfilename.cw\fP>
+tqtcreatecw <\fIfilename.cw\fP>
.SH "DESCRIPTION"
.LP
This small application makes it much easier to create
@@ -44,8 +44,8 @@ would write here
After that compile the program, link it with your custom
widget (library or object file) and run it like this:
- (unix): ./createcw mywidgets.cw
- (win32): createcw mywidgets.cw
+ (unix): ./tqtcreatecw mywidgets.cw
+ (win32): tqtcreatecw mywidgets.cw
After that you can import this description file into the
Qt Designer using the Custom\-Widget Dialog (See
diff --git a/doc/man/man1/findtr.1 b/doc/man/man1/tqtfindtr.1
index f1d3a87d..163af792 100644
--- a/doc/man/man1/findtr.1
+++ b/doc/man/man1/tqtfindtr.1
@@ -1,10 +1,10 @@
-.TH "findtr" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-findtr \- Extracts information about text to be translated
+tqtfindtr \- Extracts information about text to be translated
.SH "SYNTAX"
.LP
-findtr *.cpp *.h >myapp.po
+tqtfindtr *.cpp *.h >myapp.po
.SH "DESCRIPTION"
.LP
@@ -17,7 +17,7 @@ translated versions of the file would then be
myapp_de.po, myapp_fr.po, and myapp_ja.po for
translations in German, French and Japanese respectively.
- findtr *.cpp *.h >myapp.po
+ tqtfindtr *.cpp *.h >myapp.po
copy myapp.po myapp_de.po
edit myapp_de.po
.SH "AUTHORS"
diff --git a/doc/man/man1/mergetr.1 b/doc/man/man1/tqtmergetr.1
index 9ed2a9f2..a2c574f8 100644
--- a/doc/man/man1/mergetr.1
+++ b/doc/man/man1/tqtmergetr.1
@@ -1,21 +1,21 @@
-.TH "mergetr" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-mergetr \- Merge changes in translations
+tqtmergetr \- Merge changes in translations
.SH "SYNTAX"
.LP
-mergetr myapp_de.po myapp.po
+tqtmergetr myapp_de.po myapp.po
.SH "DESCRIPTION"
.LP
When the texts in your program change as it is developed,
-a the base .po file can be regenerated using findtr,
-then mergetr can be used to merge the changes into the
+a the base .po file can be regenerated using tqtfindtr,
+then tqtmergetr can be used to merge the changes into the
other .po files:
- mergetr myapp_de.po myapp.po
- mergetr myapp_fr.po myapp.po
- mergetr myapp_ja.po myapp.po
+ tqtmergetr myapp_de.po myapp.po
+ tqtmergetr myapp_fr.po myapp.po
+ tqtmergetr myapp_ja.po myapp.po
The translation team then edits the new .po files to
diff --git a/doc/man/man1/qvfb.1 b/doc/man/man1/tqvfb.1
index 0ae800d3..acf02e15 100644
--- a/doc/man/man1/qvfb.1
+++ b/doc/man/man1/tqvfb.1
@@ -1,7 +1,7 @@
-.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqvfb" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-qvfb \- Virtual framebuffer for Qt
+tqvfb \- Virtual framebuffer for Qt
.SH "DESCRIPTION"
.LP
The virtual framebuffer allows Qt/Embedded programs to be
@@ -19,7 +19,7 @@ driver, e.g.:
You may prefer to set the QWS_DISPLAY environment
variable to be QVFb:0.
-qvfb supports the following command line options:
+tqvfb supports the following command line options:
\-width width: the width of the virtual framebuffer
(default: 240).
@@ -36,7 +36,7 @@ qvfb supports the following command line options:
The virtual framebuffer emulates a framebuffer using a
shared memory region (the virtual frame buffer) and a
-utility to display the framebuffer in a window (qvfb).
+utility to display the framebuffer in a window (tqvfb).
The regions of the display that have changed are updated
periodically, so you will see discrete snapshots of the
framebuffer rather than each individual drawing
@@ -45,12 +45,12 @@ flickering may not be apparent until the program is run
using a real framebuffer.
The target refresh rate can be set via the "View|Refresh
-Rate" menu item. This will cause qvfb to check for
+Rate" menu item. This will cause tqvfb to check for
updated regions more quickly. The rate is a target only.
If little drawing is being done, the framebuffer will not
show any updates between drawing events. If an
application is displaying an animation the updates will
-be frequent, and the application and qvfb will compete
+be frequent, and the application and tqvfb will compete
for processor time.
Mouse and keyboard events are passed to the Qt/Embedded