diff options
Diffstat (limited to 'libkdchart/KDChartRingPainter.cpp')
-rw-r--r-- | libkdchart/KDChartRingPainter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartRingPainter.cpp b/libkdchart/KDChartRingPainter.cpp index 8797da5..ba1e6fe 100644 --- a/libkdchart/KDChartRingPainter.cpp +++ b/libkdchart/KDChartRingPainter.cpp @@ -53,7 +53,7 @@ KDChartPainter( 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. } |