summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlibrary.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqlibrary.html')
-rw-r--r--doc/html/ntqlibrary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqlibrary.html b/doc/html/ntqlibrary.html
index 6d5966ea..37ca1586 100644
--- a/doc/html/ntqlibrary.html
+++ b/doc/html/ntqlibrary.html
@@ -207,7 +207,7 @@ compiler directive.
<p> with <tt>MY_EXPORT</tt> defined as
<p> <pre>
- #ifdef Q_WS_WIN
+ #ifdef TQ_WS_WIN
# define MY_EXPORT __declspec(dllexport)
#else
# define MY_EXPORT