diff options
Diffstat (limited to 'src/kernel/ntqimage.h')
-rw-r--r-- | src/kernel/ntqimage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/ntqimage.h b/src/kernel/ntqimage.h index d571aae01..32f20b23f 100644 --- a/src/kernel/ntqimage.h +++ b/src/kernel/ntqimage.h @@ -83,7 +83,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 ); @@ -129,7 +129,7 @@ public: int numBytes() const; int bytesPerLine() const; -#ifdef Q_WS_QWS +#ifdef TQ_WS_QWS TQGfx * graphicsContext(); #endif |