diff options
Diffstat (limited to 'doc/man/man1/qt20fix.1')
-rw-r--r-- | doc/man/man1/qt20fix.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man1/qt20fix.1 b/doc/man/man1/qt20fix.1 index 352921b..247bb74 100644 --- a/doc/man/man1/qt20fix.1 +++ b/doc/man/man1/qt20fix.1 @@ -1,10 +1,10 @@ -.TH "qt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -qt20fix \- 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 -qt20fix 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/qt20fix 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 |