From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/kernel/qdrawutil.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/kernel/qdrawutil.cpp') diff --git a/src/kernel/qdrawutil.cpp b/src/kernel/qdrawutil.cpp index fa271c978..d9505797b 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 } + \c{#include } 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 } + \c{#include } 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 } + \c{#include } 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 } + \c{#include } 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 } + \c{#include } 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 } + \c{#include } Draws the plain rectangle specified by (\a x, \a y, \a w, \a h) using the painter \a p. -- cgit v1.2.3