From 40e50e6f20276afb557992a51d47618b014e388d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Nov 2013 22:37:50 -0600 Subject: Update minor TQt3 tool names to match current TQt3 sources in GIT --- doc/man/README | 8 ++++---- doc/man/man1/tqt20fix.1 | 8 ++++---- doc/man/man1/tqtcreatecw.1 | 10 +++++----- doc/man/man1/tqtfindtr.1 | 8 ++++---- doc/man/man1/tqtmergetr.1 | 16 ++++++++-------- 5 files changed, 25 insertions(+), 25 deletions(-) (limited to 'doc/man') diff --git a/doc/man/README b/doc/man/README index e9e38cf1c..3b0b254e2 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/tqtcreatecw.1 + man1/tqttqtcreatecw.1 man1/designer.1 - man1/tqtfindtr.1 + man1/tqttqtfindtr.1 man1/linguist.1 man1/maketqpf.1 - man1/tqtmergetr.1 + man1/tqttqtmergetr.1 man1/msg2tqm.1 man1/qembed.1 - man1/tqt20fix.1 + man1/ttqt20fix.1 man1/qtconfig.1 man1/tqvfb.1 diff --git a/doc/man/man1/tqt20fix.1 b/doc/man/man1/tqt20fix.1 index 56a79a18d..54e67f4e0 100644 --- a/doc/man/man1/tqt20fix.1 +++ b/doc/man/man1/tqt20fix.1 @@ -1,10 +1,10 @@ -.TH "tqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "ttqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2 +ttqt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2 .SH "SYNTAX" .LP -tqt20fix myapp.cpp +ttqt20fix 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/tqt20fix script helps to fix the code that +The qt/bin/ttqt20fix 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 4567e5f13..d261f6623 100644 --- a/doc/man/man1/tqtcreatecw.1 +++ b/doc/man/man1/tqtcreatecw.1 @@ -1,10 +1,10 @@ -.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqttqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqtcreatecw \- custom widget description creater for Qt Designer +tqttqtcreatecw \- custom widget description creater for Qt Designer .SH "SYNTAX" .LP -tqtcreatecw <\fIfilename.cw\fP> +tqttqtcreatecw <\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): ./tqtcreatecw mywidgets.cw - (win32): tqtcreatecw mywidgets.cw + (unix): ./tqttqtcreatecw mywidgets.cw + (win32): tqttqtcreatecw 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 163af792b..59cf73661 100644 --- a/doc/man/man1/tqtfindtr.1 +++ b/doc/man/man1/tqtfindtr.1 @@ -1,10 +1,10 @@ -.TH "tqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqttqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqtfindtr \- Extracts information about text to be translated +tqttqtfindtr \- Extracts information about text to be translated .SH "SYNTAX" .LP -tqtfindtr *.cpp *.h >myapp.po +tqttqtfindtr *.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. - tqtfindtr *.cpp *.h >myapp.po + tqttqtfindtr *.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 a2c574f8f..c28dba98f 100644 --- a/doc/man/man1/tqtmergetr.1 +++ b/doc/man/man1/tqtmergetr.1 @@ -1,21 +1,21 @@ -.TH "tqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqttqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqtmergetr \- Merge changes in translations +tqttqtmergetr \- Merge changes in translations .SH "SYNTAX" .LP -tqtmergetr myapp_de.po myapp.po +tqttqtmergetr 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 tqtfindtr, -then tqtmergetr can be used to merge the changes into the +a the base .po file can be regenerated using tqttqtfindtr, +then tqttqtmergetr can be used to merge the changes into the other .po files: - tqtmergetr myapp_de.po myapp.po - tqtmergetr myapp_fr.po myapp.po - tqtmergetr myapp_ja.po myapp.po + tqttqtmergetr myapp_de.po myapp.po + tqttqtmergetr myapp_fr.po myapp.po + tqttqtmergetr myapp_ja.po myapp.po The translation team then edits the new .po files to -- cgit v1.2.1