diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-12 14:08:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-14 21:06:27 +0900 |
commit | 473cd1e8a525d82f49e936d76daabe3d094a8807 (patch) | |
tree | dc0fe3faad1958b846eeebb02208728c0d278854 /doc/html/winsystem.html | |
parent | ecca365daf06c711cf30f93f4c773dabf5642790 (diff) | |
download | tqt3-473cd1e8a525d82f49e936d76daabe3d094a8807.tar.gz tqt3-473cd1e8a525d82f49e936d76daabe3d094a8807.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 <michele.calgaro@yahoo.it>
(cherry picked from commit 67bff2edcacb208dc44dcd521386bef686dc6dbf)
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> |