summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpainter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qpainter.cpp')
-rw-r--r--src/kernel/qpainter.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/kernel/qpainter.cpp b/src/kernel/qpainter.cpp
index 2d99ef754..d0d069702 100644
--- a/src/kernel/qpainter.cpp
+++ b/src/kernel/qpainter.cpp
@@ -38,19 +38,19 @@
**
**********************************************************************/
-#include "qpainter.h"
+#include "ntqpainter.h"
#include "qpainter_p.h"
-#include "qbitmap.h"
-#include "qptrstack.h"
-#include "qptrdict.h"
-#include "qdatastream.h"
-#include "qwidget.h"
-#include "qimage.h"
-#include "qpaintdevicemetrics.h"
-#include "qapplication.h"
+#include "ntqbitmap.h"
+#include "ntqptrstack.h"
+#include "ntqptrdict.h"
+#include "ntqdatastream.h"
+#include "ntqwidget.h"
+#include "ntqimage.h"
+#include "ntqpaintdevicemetrics.h"
+#include "ntqapplication.h"
#include "qrichtext_p.h"
-#include "qregexp.h"
-#include "qcleanuphandler.h"
+#include "ntqregexp.h"
+#include "ntqcleanuphandler.h"
#ifdef Q_WS_QWS
#include "qgfx_qws.h"
#endif
@@ -69,7 +69,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack;
#endif
/*!
- \class TQPainter qpainter.h
+ \class TQPainter ntqpainter.h
\brief The TQPainter class does low-level painting e.g. on widgets.
\ingroup graphics
@@ -235,7 +235,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack;
platforms may behave incorrectly with coordinates as small as
+/-4000.
- \headerfile qdrawutil.h
+ \headerfile ntqdrawutil.h
\sa TQPaintDevice TQWidget TQPixmap TQPrinter TQPicture
\link simple-application.html Application Walkthrough \endlink
@@ -3139,7 +3139,7 @@ TQRect TQPainter::boundingRect( const TQRect &r, int flags,
*****************************************************************************/
/*!
- \class TQPen qpen.h
+ \class TQPen ntqpen.h
\brief The TQPen class defines how a TQPainter should draw lines and outlines
of shapes.
@@ -3568,7 +3568,7 @@ TQDataStream &operator>>( TQDataStream &s, TQPen &p )
*****************************************************************************/
/*!
- \class TQBrush qbrush.h
+ \class TQBrush ntqbrush.h
\brief The TQBrush class defines the fill pattern of shapes drawn by a TQPainter.