diff options
Diffstat (limited to 'doc/html/ntqlibrary.html')
-rw-r--r-- | doc/html/ntqlibrary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqlibrary.html b/doc/html/ntqlibrary.html index 6d5966ead..37ca1586f 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 |