diff options
author | Michele Calgaro <[email protected]> | 2024-02-12 14:08:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-12 14:08:52 +0900 |
commit | 67bff2edcacb208dc44dcd521386bef686dc6dbf (patch) | |
tree | 538584042585402a59d4b1464b117033778ccc28 /doc/html/winsystem.html | |
parent | fb401a891f1b426e9419c0cb16403df407138611 (diff) | |
download | tqt3-67bff2edcacb208dc44dcd521386bef686dc6dbf.tar.gz tqt3-67bff2edcacb208dc44dcd521386bef686dc6dbf.zip |
Replace Q_WS_* defines with TQ_WS_* equivalents
This is the first part of the replacement process.
Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*.
Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow
TDE code to continue building till replacement is carried over to all
other modules.
Once that is completed, the original Q_WS_* defines will
be removed.
Signed-off-by: Michele Calgaro <[email protected]>
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> |