diff options
Diffstat (limited to 'doc/html/tqimage-h.html')
-rw-r--r-- | doc/html/tqimage-h.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/html/tqimage-h.html b/doc/html/tqimage-h.html index e6baff545..31b80b187 100644 --- a/doc/html/tqimage-h.html +++ b/doc/html/tqimage-h.html @@ -119,11 +119,6 @@ public: TQImage( uchar* data, int w, int h, int depth, TQRgb* colortable, int numColors, Endian bitOrder ); -#ifdef TQ_WS_QWS - TQImage( uchar* data, int w, int h, int depth, int pbl, - TQRgb* colortable, int numColors, - Endian bitOrder ); -#endif TQImage( const TQImage & ); ~TQImage(); @@ -165,10 +160,6 @@ public: int numBytes() const; int bytesPerLine() const; -#ifdef TQ_WS_QWS - TQGfx * graphicsContext(); -#endif - bool create( int width, int height, int depth, int numColors=0, Endian bitOrder=IgnoreEndian ); bool create( const TQSize&, int depth, int numColors=0, |