diff options
Diffstat (limited to 'kchart/kdchart/KDChartAreaPainter.cpp')
-rw-r--r-- | kchart/kdchart/KDChartAreaPainter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/kdchart/KDChartAreaPainter.cpp b/kchart/kdchart/KDChartAreaPainter.cpp index 19a8123e..6c47aeed 100644 --- a/kchart/kdchart/KDChartAreaPainter.cpp +++ b/kchart/kdchart/KDChartAreaPainter.cpp @@ -43,7 +43,7 @@ KDChartLinesPainter( params ) { // This constructor intentionally left blank so far; we cannot setup the - // geometry yet since we do not know the size of the painter. + // tqgeometry yet since we do not know the size of the painter. } @@ -59,13 +59,13 @@ KDChartAreaPainter::~KDChartAreaPainter() /** Paints the actual data area. - \param painter the QPainter onto which the chart should be painted + \param painter the TQPainter onto which the chart should be painted \param data the data that will be displayed as a chart \param paint2nd specifies whether the main chart or the additional chart is to be drawn now \param regions a pointer to a list of regions that will be filled with regions representing the data segments, if not null */ -void KDChartAreaPainter::paintData( QPainter* painter, +void KDChartAreaPainter::paintData( TQPainter* painter, KDChartTableDataBase* data, bool paint2nd, KDChartDataRegionList* regions ) |