diff options
Diffstat (limited to 'doc/html/winsystem.html')
-rw-r--r-- | doc/html/winsystem.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/winsystem.html b/doc/html/winsystem.html index 0173293b9..73290f3cd 100644 --- a/doc/html/winsystem.html +++ b/doc/html/winsystem.html @@ -61,7 +61,7 @@ Notes</a>. For information on distributing TQt applications, see <p> <a name="x11"></a> <h2> TQt/X11 </h2> -<a name="1"></a><p> When compiling for this platform, the macro <tt>Q_WS_X11</tt> is defined. +<a name="1"></a><p> When compiling for this platform, the macro <tt>TQ_WS_X11</tt> is defined. <p> <em>Not documented here. Please contact Trolltech Technical Support if you have queries.</em> <p> <center><img src="dependencies.png" alt="TQt/X11 Dependencies"></center> <p> Note: You must compile with <em>both</em> Xft and XRender support to get @@ -70,7 +70,7 @@ XRender support only is not enough. <p> <a name="win"></a> <h2> TQt/Windows </h2> -<a name="2"></a><p> When compiling for this platform, the macro <tt>Q_WS_WIN</tt> is defined. +<a name="2"></a><p> When compiling for this platform, the macro <tt>TQ_WS_WIN</tt> is defined. <p> <em>Not documented here. Please contact Trolltech Technical Support if you have queries.</em> <p> <h3> Microsoft Visual Studio 2005 Deployment Issues </h3> @@ -90,14 +90,14 @@ you can embed the manifest in the executable as a resource with the <p> <a name="macosx"></a> <h2> TQt/Mac OS X </h2> -<a name="3"></a><p> When compiling for this platform, the macro <tt>Q_WS_MACX</tt> is defined. +<a name="3"></a><p> When compiling for this platform, the macro <tt>TQ_WS_MACX</tt> is defined. <p> <ul> <li> <a href="mac-differences.html">TQt/Mac issues</a> </ul> <p> <a name="qws"></a> <h2> TQt/Embedded </h2> -<a name="4"></a><p> When compiling for this platform, the macro <tt>Q_WS_QWS</tt> is defined +<a name="4"></a><p> When compiling for this platform, the macro <tt>TQ_WS_QWS</tt> is defined (the window system is literally the TQt Window System). <p> <ul> <li> <a href="emb-install.html">Installation</a> |