diff options
Diffstat (limited to 'src/canvas/qcanvas.cpp')
-rw-r--r-- | src/canvas/qcanvas.cpp | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/canvas/qcanvas.cpp b/src/canvas/qcanvas.cpp index 167e02094..7b337fb49 100644 --- a/src/canvas/qcanvas.cpp +++ b/src/canvas/qcanvas.cpp @@ -38,16 +38,16 @@ ** **********************************************************************/ -#include "qcanvas.h" +#include "ntqcanvas.h" #ifndef QT_NO_CANVAS -#include "qapplication.h" -#include "qbitmap.h" -#include "qimage.h" -#include "qptrdict.h" -#include "qpainter.h" -#include "qpolygonscanner.h" -#include "qtimer.h" -#include "qtl.h" +#include "ntqapplication.h" +#include "ntqbitmap.h" +#include "ntqimage.h" +#include "ntqptrdict.h" +#include "ntqpainter.h" +#include "ntqpolygonscanner.h" +#include "ntqtimer.h" +#include "ntqtl.h" #include <stdlib.h> @@ -436,7 +436,7 @@ static int scm(int a, int b) /*! - \class TQCanvas qcanvas.h + \class TQCanvas ntqcanvas.h \brief The TQCanvas class provides a 2D area that can contain TQCanvasItem objects. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -1844,7 +1844,7 @@ class TQCanvasItemExtra { /*! - \class TQCanvasItem qcanvas.h + \class TQCanvasItem ntqcanvas.h \brief The TQCanvasItem class provides an abstract graphic object on a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -2484,7 +2484,7 @@ static bool collision_double_dispatch( const TQCanvasSprite* s1, /*! - \class TQCanvasSprite qcanvas.h + \class TQCanvasSprite ntqcanvas.h \brief The TQCanvasSprite class provides an animated canvas item on a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -2801,7 +2801,7 @@ TQRect TQCanvasItem::boundingRectAdvanced() const } /*! - \class TQCanvasPixmap qcanvas.h + \class TQCanvasPixmap ntqcanvas.h \brief The TQCanvasPixmap class provides pixmaps for TQCanvasSprites. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -2931,7 +2931,7 @@ TQCanvasPixmap::~TQCanvasPixmap() */ /*! - \class TQCanvasPixmapArray qcanvas.h + \class TQCanvasPixmapArray ntqcanvas.h \brief The TQCanvasPixmapArray class provides an array of TQCanvasPixmaps. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -3457,7 +3457,7 @@ void TQCanvasSprite::draw(TQPainter& painter) } /*! - \class TQCanvasView qcanvas.h + \class TQCanvasView ntqcanvas.h \brief The TQCanvasView class provides an on-screen view of a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -3726,7 +3726,7 @@ TQSize TQCanvasView::sizeHint() const // ### TQt 4.0 customer request: operate on doubles rather than int. // ### I know, almost impossible due to the use of TQRegion etc. /*! - \class TQCanvasPolygonalItem qcanvas.h + \class TQCanvasPolygonalItem ntqcanvas.h \brief The TQCanvasPolygonalItem class provides a polygonal canvas item on a TQCanvas. \if defined(commercial) @@ -4135,7 +4135,7 @@ void TQCanvasPolygonalItem::setBrush(TQBrush b) /*! - \class TQCanvasPolygon qcanvas.h + \class TQCanvasPolygon ntqcanvas.h \brief The TQCanvasPolygon class provides a polygon on a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -4228,7 +4228,7 @@ void TQCanvasPolygon::moveBy(double dx, double dy) } /*! - \class TQCanvasSpline qcanvas.h + \class TQCanvasSpline ntqcanvas.h \brief The TQCanvasSpline class provides multi-bezier splines on a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -4390,7 +4390,7 @@ TQPointArray TQCanvasPolygon::areaPoints() const // points -- that way for some uses just the constructor call would be // required? /*! - \class TQCanvasLine qcanvas.h + \class TQCanvasLine ntqcanvas.h \brief The TQCanvasLine class provides a line on a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -4534,7 +4534,7 @@ void TQCanvasLine::moveBy(double dx, double dy) } /*! - \class TQCanvasRectangle qcanvas.h + \class TQCanvasRectangle ntqcanvas.h \brief The TQCanvasRectangle class provides a rectangle on a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -4672,7 +4672,7 @@ void TQCanvasRectangle::drawShape(TQPainter & p) /*! - \class TQCanvasEllipse qcanvas.h + \class TQCanvasEllipse ntqcanvas.h \brief The TQCanvasEllipse class provides an ellipse or ellipse segment on a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -4859,7 +4859,7 @@ void TQCanvasEllipse::drawShape(TQPainter & p) /*! - \class TQCanvasText qcanvas.h + \class TQCanvasText ntqcanvas.h \brief The TQCanvasText class provides a text object on a TQCanvas. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. |