summaryrefslogtreecommitdiffstats
path: root/doc/html/porting.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r--doc/html/porting.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html
index e095549c..f72b3571 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -225,7 +225,7 @@ previously disabled, please check these macro variables:
have been changed:
<p> <ul>
<li> <tt>_OS_*_</tt> becomes <tt>Q_OS_*</tt>
-<li> <tt>_WS_*_</tt> becomes <tt>Q_WS_*</tt>
+<li> <tt>_WS_*_</tt> becomes <tt>TQ_WS_*</tt>
<li> <tt>_CC_*_</tt> becomes <tt>Q_CC_*</tt>
</ul>
<p> <h2> Removed Functions