diff options
Diffstat (limited to 'libkdchart/KDChartAreaPainter.cpp')
-rw-r--r-- | libkdchart/KDChartAreaPainter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartAreaPainter.cpp b/libkdchart/KDChartAreaPainter.cpp index 6c47aee..2fca8d6 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 - // tqgeometry yet since we do not know the size of the painter. + // geometry yet since we do not know the size of the painter. } |