diff options
Diffstat (limited to 'karbon/widgets/vcanvas.cc')
| -rw-r--r-- | karbon/widgets/vcanvas.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/karbon/widgets/vcanvas.cc b/karbon/widgets/vcanvas.cc index 28b272ae3..96db15d85 100644 --- a/karbon/widgets/vcanvas.cc +++ b/karbon/widgets/vcanvas.cc @@ -152,7 +152,7 @@ VCanvas::eventFilter( TQObject* object, TQEvent* event ) } -// This causes a tqrepaint normally, so just overwriting it omits the tqrepainting +// This causes a tqrepaint normally, so just overwriting it omits the repainting void VCanvas::focusInEvent( TQFocusEvent * ) { @@ -328,14 +328,14 @@ VCanvas::drawDocument( TQPainter* /*painter*/, const KoRect&, bool drawVObjects } void -VCanvas::tqrepaintAll( bool drawVObjects ) +VCanvas::repaintAll( bool drawVObjects ) { drawDocument( 0, KoRect( 0, 0, width(), height() ), drawVObjects ); } -/// tqrepaints just a rect area (no scrolling) +/// repaints just a rect area (no scrolling) void -VCanvas::tqrepaintAll( const KoRect &r ) +VCanvas::repaintAll( const KoRect &r ) { drawDocument( 0, r ); } |
