diff options
Diffstat (limited to 'kchart/kdchart/KDChartRingPainter.cpp')
-rw-r--r-- | kchart/kdchart/KDChartRingPainter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kdchart/KDChartRingPainter.cpp b/kchart/kdchart/KDChartRingPainter.cpp index 8797da5b..ba1e6fed 100644 --- a/kchart/kdchart/KDChartRingPainter.cpp +++ b/kchart/kdchart/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. } |