diff options
Diffstat (limited to 'libkdchart/KDChartAreaPainter.cpp')
-rw-r--r-- | libkdchart/KDChartAreaPainter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdchart/KDChartAreaPainter.cpp b/libkdchart/KDChartAreaPainter.cpp index 19a8123..6c47aee 100644 --- a/libkdchart/KDChartAreaPainter.cpp +++ b/libkdchart/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 ) |