summaryrefslogtreecommitdiffstats
path: root/src/kernel/qdrawutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qdrawutil.cpp')
-rw-r--r--src/kernel/qdrawutil.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/kernel/qdrawutil.cpp b/src/kernel/qdrawutil.cpp
index fa271c97..d9505797 100644
--- a/src/kernel/qdrawutil.cpp
+++ b/src/kernel/qdrawutil.cpp
@@ -38,17 +38,17 @@
**
**********************************************************************/
-#include "qdrawutil.h"
+#include "ntqdrawutil.h"
#ifndef QT_NO_DRAWUTIL
-#include "qbitmap.h"
-#include "qpixmapcache.h"
-#include "qapplication.h"
-#include "qpainter.h"
+#include "ntqbitmap.h"
+#include "ntqpixmapcache.h"
+#include "ntqapplication.h"
+#include "ntqpainter.h"
/*!
\relates TQPainter
- \c{#include <qdrawutil.h>}
+ \c{#include <ntqdrawutil.h>}
Draws a horizontal (\a y1 == \a y2) or vertical (\a x1 == \a x2)
shaded line using the painter \a p.
@@ -166,7 +166,7 @@ void qDrawShadeLine( TQPainter *p, int x1, int y1, int x2, int y2,
/*!
\relates TQPainter
- \c{#include <qdrawutil.h>}
+ \c{#include <ntqdrawutil.h>}
Draws the shaded rectangle specified by (\a x, \a y, \a w, \a h)
using the painter \a p.
@@ -272,7 +272,7 @@ void qDrawShadeRect( TQPainter *p, int x, int y, int w, int h,
/*!
\relates TQPainter
- \c{#include <qdrawutil.h>}
+ \c{#include <ntqdrawutil.h>}
Draws the shaded panel specified by (\a x, \a y, \a w, \a h) using
the painter \a p.
@@ -427,7 +427,7 @@ static void qDrawWinShades( TQPainter *p,
/*!
\relates TQPainter
- \c{#include <qdrawutil.h>}
+ \c{#include <ntqdrawutil.h>}
Draws the Windows-style button specified by (\a x, \a y, \a w, \a
h) using the painter \a p.
@@ -466,7 +466,7 @@ void qDrawWinButton( TQPainter *p, int x, int y, int w, int h,
/*!
\relates TQPainter
- \c{#include <qdrawutil.h>}
+ \c{#include <ntqdrawutil.h>}
Draws the Windows-style panel specified by (\a x, \a y, \a w, \a
h) using the painter \a p.
@@ -508,7 +508,7 @@ void qDrawWinPanel( TQPainter *p, int x, int y, int w, int h,
/*!
\relates TQPainter
- \c{#include <qdrawutil.h>}
+ \c{#include <ntqdrawutil.h>}
Draws the plain rectangle specified by (\a x, \a y, \a w, \a h)
using the painter \a p.