summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqpainter_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqpainter_x11.cpp')
-rw-r--r--src/kernel/tqpainter_x11.cpp6
1 files changed, 3 insertions, 3 deletions
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
}