diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qdrawutil.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qdrawutil.cpp')
-rw-r--r-- | src/kernel/qdrawutil.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
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 <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. |