diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:50 -0600 |
commit | 40e50e6f20276afb557992a51d47618b014e388d (patch) | |
tree | 4eed8c9c445c41a1dbe156e26466f600b4a8ffc7 /doc/man/man1/tqt20fix.1 | |
parent | e193e0140419d117a52e3756ddd9d2bdf3ab7a4a (diff) | |
download | tqt3-40e50e6f20276afb557992a51d47618b014e388d.tar.gz tqt3-40e50e6f20276afb557992a51d47618b014e388d.zip |
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'doc/man/man1/tqt20fix.1')
-rw-r--r-- | doc/man/man1/tqt20fix.1 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |