summaryrefslogtreecommitdiffstats
path: root/doc/html/qgfx_qws-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qgfx_qws-h.html')
-rw-r--r--doc/html/qgfx_qws-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qgfx_qws-h.html b/doc/html/qgfx_qws-h.html
index ecaee5af..c3e3009e 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;