summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/README8
-rw-r--r--doc/man/man1/tqt20fix.18
-rw-r--r--doc/man/man1/tqtcreatecw.110
-rw-r--r--doc/man/man1/tqtfindtr.18
-rw-r--r--doc/man/man1/tqtmergetr.116
5 files changed, 25 insertions, 25 deletions
diff --git a/doc/man/README b/doc/man/README
index 3b0b254e..e9e38cf1 100644
--- a/doc/man/README
+++ b/doc/man/README
@@ -36,14 +36,14 @@ Debian distribution
(http://ftp.de.debian.org/debian/pool/main/q/qt-x11-free/)
qt-x11-free_3.3.8b-11.*
qt-x11-free_3.3.8b.orig.tar.gz
- man1/tqttqtcreatecw.1
+ man1/tqtcreatecw.1
man1/designer.1
- man1/tqttqtfindtr.1
+ man1/tqtfindtr.1
man1/linguist.1
man1/maketqpf.1
- man1/tqttqtmergetr.1
+ man1/tqtmergetr.1
man1/msg2tqm.1
man1/qembed.1
- man1/ttqt20fix.1
+ man1/tqt20fix.1
man1/qtconfig.1
man1/tqvfb.1
diff --git a/doc/man/man1/tqt20fix.1 b/doc/man/man1/tqt20fix.1
index 54e67f4e..56a79a18 100644
--- a/doc/man/man1/tqt20fix.1
+++ b/doc/man/man1/tqt20fix.1
@@ -1,10 +1,10 @@
-.TH "ttqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-ttqt20fix \- 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
-ttqt20fix 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/ttqt20fix 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/tqtcreatecw.1 b/doc/man/man1/tqtcreatecw.1
index d261f662..4567e5f1 100644
--- a/doc/man/man1/tqtcreatecw.1
+++ b/doc/man/man1/tqtcreatecw.1
@@ -1,10 +1,10 @@
-.TH "tqttqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqttqtcreatecw \- custom widget description creater for Qt Designer
+tqtcreatecw \- custom widget description creater for Qt Designer
.SH "SYNTAX"
.LP
-tqttqtcreatecw <\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): ./tqttqtcreatecw mywidgets.cw
- (win32): tqttqtcreatecw 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/tqtfindtr.1 b/doc/man/man1/tqtfindtr.1
index 59cf7366..163af792 100644
--- a/doc/man/man1/tqtfindtr.1
+++ b/doc/man/man1/tqtfindtr.1
@@ -1,10 +1,10 @@
-.TH "tqttqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqttqtfindtr \- Extracts information about text to be translated
+tqtfindtr \- Extracts information about text to be translated
.SH "SYNTAX"
.LP
-tqttqtfindtr *.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.
- tqttqtfindtr *.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/tqtmergetr.1 b/doc/man/man1/tqtmergetr.1
index c28dba98..a2c574f8 100644
--- a/doc/man/man1/tqtmergetr.1
+++ b/doc/man/man1/tqtmergetr.1
@@ -1,21 +1,21 @@
-.TH "tqttqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "tqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqttqtmergetr \- Merge changes in translations
+tqtmergetr \- Merge changes in translations
.SH "SYNTAX"
.LP
-tqttqtmergetr 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 tqttqtfindtr,
-then tqttqtmergetr 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:
- tqttqtmergetr myapp_de.po myapp.po
- tqttqtmergetr myapp_fr.po myapp.po
- tqttqtmergetr 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