summaryrefslogtreecommitdiffstats
path: root/doc/man/man1
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:42:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:42:05 -0600
commit36753ac659fe85fd02a8dffa84143812e011cd71 (patch)
tree2581a958653985ed91ff63ff702ad47a253553b3 /doc/man/man1
parent40e50e6f20276afb557992a51d47618b014e388d (diff)
downloadtqt3-36753ac659fe85fd02a8dffa84143812e011cd71.tar.gz
tqt3-36753ac659fe85fd02a8dffa84143812e011cd71.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
This reverts commit 40e50e6f20276afb557992a51d47618b014e388d.
Diffstat (limited to 'doc/man/man1')
-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
4 files changed, 21 insertions, 21 deletions
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