diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:38:41 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:38:41 -0600 |
| commit | f0de9e167e289ab7dc33e57f077c1f04ec7c68c8 (patch) | |
| tree | 1fc538e179833e62caec21956bfe47a252be5a72 /kchart/kdchart/KDChartWidget.cpp | |
| parent | 11191ef0b9908604d1d7aaca382b011ef22c454c (diff) | |
| download | koffice-f0de9e167e289ab7dc33e57f077c1f04ec7c68c8.tar.gz koffice-f0de9e167e289ab7dc33e57f077c1f04ec7c68c8.zip | |
Remove additional unneeded tq method conversions
Diffstat (limited to 'kchart/kdchart/KDChartWidget.cpp')
| -rw-r--r-- | kchart/kdchart/KDChartWidget.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/kdchart/KDChartWidget.cpp b/kchart/kdchart/KDChartWidget.cpp index d530ea19e..8217abfca 100644 --- a/kchart/kdchart/KDChartWidget.cpp +++ b/kchart/kdchart/KDChartWidget.cpp @@ -244,8 +244,8 @@ void KDChartWidget::resizeEvent( TQResizeEvent* /*event*/ ) display process, so this is turned off by default. If active data reporting is turned on when the widget is already - shown, data will be reported after the next tqrepaint(). Call - tqrepaint() explicitly if necessary. + shown, data will be reported after the next repaint(). Call + repaint() explicitly if necessary. Active data is currently supported for bar, pie, and line charts (the latter only with markers, as trying to hit the line would be @@ -281,7 +281,7 @@ bool KDChartWidget::isActiveData() const needs to be kept around. However, in most cases, it is worth spending the extra memory. Double-buffering is on by default. Turning double-buffering on or off does not trigger a - tqrepaint. + repaint. \param doublebuffered if true, turns double-buffering on, if false, turns double-buffering off |
