diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 19:46:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 19:46:30 +0900 |
commit | 69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch) | |
tree | 7b133311a4d5e5394f2612dced305f815c04847b /doc/html/qgfx_qws-h.html | |
parent | e07baa10b7b8e7105e02a621efadac67216c61ed (diff) | |
download | tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qgfx_qws-h.html')
-rw-r--r-- | doc/html/qgfx_qws-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qgfx_qws-h.html b/doc/html/qgfx_qws-h.html index ecaee5af2..c3e3009ea 100644 --- a/doc/html/qgfx_qws-h.html +++ b/doc/html/qgfx_qws-h.html @@ -88,7 +88,7 @@ body { background: #ffffff; color: black; } class TQScreenCursor; -#if !defined( QT_NO_IMAGE_16_BIT ) || !defined( QT_NO_QWS_DEPTH_16 ) +#if !defined( TQT_NO_IMAGE_16_BIT ) || !defined( TQT_NO_QWS_DEPTH_16 ) # ifndef QT_QWS_DEPTH16_RGB # define QT_QWS_DEPTH16_RGB 565 # endif @@ -147,7 +147,7 @@ inline void qt_conv16ToRgb( ushort c, int& r, int& g, int& b ) const int SourceSolid=0; const int SourcePixmap=1; -#ifndef QT_NO_QWS_CURSOR +#ifndef TQT_NO_QWS_CURSOR extern bool qt_sw_cursor; @@ -213,7 +213,7 @@ protected: extern TQScreenCursor * qt_screencursor; -#endif // QT_NO_QWS_CURSOR +#endif // TQT_NO_QWS_CURSOR struct fb_cmap; @@ -306,7 +306,7 @@ public: protected: - // Only used without QT_NO_QWS_REPEATER, but included so that + // Only used without TQT_NO_QWS_REPEATER, but included so that // it's binary compatible regardless. int * screen_optype; int * screen_lastop; @@ -407,7 +407,7 @@ public: virtual void blt( int,int,int,int,int,int )=0; virtual void scroll( int,int,int,int,int,int )=0; -#if !defined(QT_NO_MOVIE) || !defined(QT_NO_TRANSFORMATIONS) || !defined(QT_NO_PIXMAP_TRANSFORMATION) +#if !defined(TQT_NO_MOVIE) || !defined(TQT_NO_TRANSFORMATIONS) || !defined(TQT_NO_PIXMAP_TRANSFORMATION) virtual void stretchBlt( int,int,int,int,int,int )=0; #endif virtual void tiledBlt( int,int,int,int )=0; |