From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- src/kernel/tqpainter_x11.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/tqpainter_x11.cpp') diff --git a/src/kernel/tqpainter_x11.cpp b/src/kernel/tqpainter_x11.cpp index e61b2fab2..22d892d17 100644 --- a/src/kernel/tqpainter_x11.cpp +++ b/src/kernel/tqpainter_x11.cpp @@ -44,7 +44,7 @@ #include "tqpainter.h" #include "tqwidget.h" #include "tqbitmap.h" -#include "ntqpixmapcache.h" +#include "tqpixmapcache.h" #include "tqtextcodec.h" #include "tqpaintdevicemetrics.h" @@ -137,7 +137,7 @@ static const TQt::HANDLE rendhd = 0; #endif // hack, so we don't have to make TQRegion::clipRectangles() public or include -// X11 headers in ntqregion.h +// X11 headers in tqregion.h inline void *qt_getClipRects( const TQRegion &r, int &num ) { return r.clipRectangles( num ); @@ -2925,7 +2925,7 @@ void TQPainter::drawTiledPixmap( int x, int y, int w, int h, } #else // for now we'll just output the original and let the postscript - // code make what it can of it. qpicture will be unhappy. + // code make what it can of it. tqpicture will be unhappy. drawTile( this, x, y, w, h, pixmap, sx, sy ); #endif } -- cgit v1.2.1