summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/qt20fix.1
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:46:27 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:46:27 +0100
commitc0780a876e11732962b98e3b1aac0f503b4e9ad9 (patch)
tree3868825a8f2ab785cb308248a8e88942610f5a6f /doc/man/man1/qt20fix.1
parentef73e104bd71560e1dab2c0c9a1bb1d718674e1a (diff)
downloadqt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.tar.gz
qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
Diffstat (limited to 'doc/man/man1/qt20fix.1')
-rw-r--r--doc/man/man1/qt20fix.18
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man1/qt20fix.1 b/doc/man/man1/qt20fix.1
index 247bb74..352921b 100644
--- a/doc/man/man1/qt20fix.1
+++ b/doc/man/man1/qt20fix.1
@@ -1,10 +1,10 @@
-.TH "tqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "qt20fix" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2
+qt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2
.SH "SYNTAX"
.LP
-tqt20fix myapp.cpp
+qt20fix 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/qt20fix script helps to fix the code that
needs adaption, though most code does not need changing.
Compiling with \-DQT1COMPATIBILITY will help you get going