diff options
Diffstat (limited to 'doc/html/qimage-h.html')
-rw-r--r-- | doc/html/qimage-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qimage-h.html b/doc/html/qimage-h.html index b6b952c1..7a36f489 100644 --- a/doc/html/qimage-h.html +++ b/doc/html/qimage-h.html @@ -119,7 +119,7 @@ public: TQImage( uchar* data, int w, int h, int depth, TQRgb* colortable, int numColors, Endian bitOrder ); -#ifdef Q_WS_QWS +#ifdef TQ_WS_QWS TQImage( uchar* data, int w, int h, int depth, int pbl, TQRgb* colortable, int numColors, Endian bitOrder ); @@ -165,7 +165,7 @@ public: int numBytes() const; int bytesPerLine() const; -#ifdef Q_WS_QWS +#ifdef TQ_WS_QWS TQGfx * graphicsContext(); #endif |