summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/qt20fix.1
diff options
context:
space:
mode:
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