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 | |
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')
-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 | ||||
-rw-r--r-- | src/kernel/ntqt.h | 2 | ||||
-rw-r--r-- | src/kernel/qpointarray.cpp | 4 | ||||
-rw-r--r-- | src/tools/ntqwinexport.h | 2 | ||||
-rw-r--r-- | src/tools/qfeatures.txt | 2 | ||||
-rw-r--r-- | src/tools/qwinexport.cpp | 2 |
8 files changed, 23 insertions, 23 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 diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 13f5eb68c..78ff48a19 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -218,7 +218,7 @@ #include <tqsqlselectcursor.h> #include <ntqstatusbar.h> #include <ntqmenubar.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> #include "ntqtranslator.h" #include <ntqstrvec.h> #include <ntqinterlacestyle.h> diff --git a/src/kernel/qpointarray.cpp b/src/kernel/qpointarray.cpp index 09be31380..4a4031ff6 100644 --- a/src/kernel/qpointarray.cpp +++ b/src/kernel/qpointarray.cpp @@ -483,7 +483,7 @@ static inline int fix_angle( int a ) whereas negative values mean the clockwise direction. Zero degrees is at the 3 o'clock position. - See the \link qcanvasellipse.html#anglediagram angle diagram\endlink. + See the \link tqcanvasellipse.html#anglediagram angle diagram\endlink. */ void TQPointArray::makeArc( int x, int y, int w, int h, int a1, int a2 ) @@ -586,7 +586,7 @@ qtr_elips(TQPointArray& a, int off, double dxP, double dyP, double dxQ, double d whereas negative values mean the clockwise direction. Zero degrees is at the 3 o'clock position. - See the \link qcanvasellipse.html#anglediagram angle diagram\endlink. + See the \link tqcanvasellipse.html#anglediagram angle diagram\endlink. */ void TQPointArray::makeArc( int x, int y, int w, int h, int a1, int a2, diff --git a/src/tools/ntqwinexport.h b/src/tools/ntqwinexport.h index 29d99a228..d2e5e58a3 100644 --- a/src/tools/ntqwinexport.h +++ b/src/tools/ntqwinexport.h @@ -188,7 +188,7 @@ Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList< TQPtrVector< TQStyleShee Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList<TQStyleSheetItem::ListStyle>; #endif -// qcanvas template exports +// tqcanvas template exports #if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QCANVAS) && !defined(Q_EXPORTED_QCANVAS1_TEMPLATES) #define Q_EXPORTED_QCANVAS1_TEMPLATES TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQPtrListIterator< TQCanvasItem >; diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt index f8e5a069c..84a25587b 100644 --- a/src/tools/qfeatures.txt +++ b/src/tools/qfeatures.txt @@ -25,7 +25,7 @@ SeeAlso: ??? Feature: CANVAS Section: Widgets Requires: SCROLLVIEW BEZIER -Name: QCanvas +Name: TQCanvas SeeAlso: ??? Feature: TOOLBOX diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp index 8abccb8b8..bddee65df 100644 --- a/src/tools/qwinexport.cpp +++ b/src/tools/qwinexport.cpp @@ -1,6 +1,6 @@ #define Q_EXPORT_TEMPLATES -#include <ntqcanvas.h> +#include <tqcanvas.h> #include <ntqaccessible.h> #include <ntqconnection.h> #include <ntqguardedptr.h> |