diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:32:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:59:34 +0900 |
commit | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch) | |
tree | d6d15d07cb34e5443a10b71f91adee1473906263 /src/canvas | |
parent | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff) | |
download | tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.tar.gz tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.zip |
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/canvas')
-rw-r--r-- | src/canvas/qt_canvas.pri | 4 | ||||
-rw-r--r-- | src/canvas/tqcanvas.cpp (renamed from src/canvas/qcanvas.cpp) | 30 | ||||
-rw-r--r-- | src/canvas/tqcanvas.h (renamed from src/canvas/ntqcanvas.h) | 0 |
3 files changed, 17 insertions, 17 deletions
diff --git a/src/canvas/qt_canvas.pri b/src/canvas/qt_canvas.pri index e0f295b4a..0cd9c4423 100644 --- a/src/canvas/qt_canvas.pri +++ b/src/canvas/qt_canvas.pri @@ -1,6 +1,6 @@ # TQt canvas module canvas { - HEADERS += $$CANVAS_H/ntqcanvas.h - SOURCES += $$CANVAS_CPP/qcanvas.cpp + HEADERS += $$CANVAS_H/tqcanvas.h + SOURCES += $$CANVAS_CPP/tqcanvas.cpp } diff --git a/src/canvas/qcanvas.cpp b/src/canvas/tqcanvas.cpp index 11f8a53a0..cd03790a4 100644 --- a/src/canvas/qcanvas.cpp +++ b/src/canvas/tqcanvas.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqcanvas.h" +#include "tqcanvas.h" #ifndef TQT_NO_CANVAS #include "ntqapplication.h" #include "ntqbitmap.h" @@ -436,7 +436,7 @@ static int scm(int a, int b) /*! - \class TQCanvas ntqcanvas.h + \class TQCanvas tqcanvas.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 ntqcanvas.h + \class TQCanvasItem tqcanvas.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 ntqcanvas.h + \class TQCanvasSprite tqcanvas.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 ntqcanvas.h + \class TQCanvasPixmap tqcanvas.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 ntqcanvas.h + \class TQCanvasPixmapArray tqcanvas.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 ntqcanvas.h + \class TQCanvasView tqcanvas.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 ntqcanvas.h + \class TQCanvasPolygonalItem tqcanvas.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 ntqcanvas.h + \class TQCanvasPolygon tqcanvas.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 ntqcanvas.h + \class TQCanvasSpline tqcanvas.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 ntqcanvas.h + \class TQCanvasLine tqcanvas.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 ntqcanvas.h + \class TQCanvasRectangle tqcanvas.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 ntqcanvas.h + \class TQCanvasEllipse tqcanvas.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>. @@ -4691,7 +4691,7 @@ void TQCanvasRectangle::drawShape(TQPainter & p) Note that angles are specified in 16ths of a degree. \target anglediagram - \img qcanvasellipse.png Ellipse + \img tqcanvasellipse.png Ellipse If a start angle and length angle are set then an ellipse segment will be drawn. The start angle is the angle that goes from zero in a @@ -4859,7 +4859,7 @@ void TQCanvasEllipse::drawShape(TQPainter & p) /*! - \class TQCanvasText ntqcanvas.h + \class TQCanvasText tqcanvas.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>. diff --git a/src/canvas/ntqcanvas.h b/src/canvas/tqcanvas.h index 9bf3d729c..9bf3d729c 100644 --- a/src/canvas/ntqcanvas.h +++ b/src/canvas/tqcanvas.h |