summaryrefslogtreecommitdiffstats
path: root/doc/porting2.doc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-11-07 22:37:50 -0600
committerTimothy Pearson <[email protected]>2013-11-07 22:37:50 -0600
commit40e50e6f20276afb557992a51d47618b014e388d (patch)
tree4eed8c9c445c41a1dbe156e26466f600b4a8ffc7 /doc/porting2.doc
parente193e0140419d117a52e3756ddd9d2bdf3ab7a4a (diff)
downloadtqt3-40e50e6f20276afb557992a51d47618b014e388d.tar.gz
tqt3-40e50e6f20276afb557992a51d47618b014e388d.zip
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'doc/porting2.doc')
-rw-r--r--doc/porting2.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/porting2.doc b/doc/porting2.doc
index dddd972df..1cfbd8e9e 100644
--- a/doc/porting2.doc
+++ b/doc/porting2.doc
@@ -157,7 +157,7 @@ etc. are totally unaffected, but code that is
you must qualify these identifiers like this: <code>Qt::red,
Qt::LeftButton, Qt::AlignRight</code>, etc.
-<p>The <code>qt/bin/tqt20fix</code> script helps to fix the code that
+<p>The <code>qt/bin/ttqt20fix</code> script helps to fix the code that
needs adaption, though most code does not need changing.
Compiling with -DQT1COMPATIBILITY will help you get going with Qt 2.x