summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/tqt20fix.1
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/tqt20fix.1
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/tqt20fix.1')
-rw-r--r--doc/man/man1/tqt20fix.18
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man1/tqt20fix.1 b/doc/man/man1/tqt20fix.1
index 54e67f4e0..56a79a18d 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