diff options
Diffstat (limited to 'kformula/kformulawidget.cc')
-rw-r--r-- | kformula/kformulawidget.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kformula/kformulawidget.cc b/kformula/kformulawidget.cc index e48e026d..c8d4a284 100644 --- a/kformula/kformulawidget.cc +++ b/kformula/kformulawidget.cc @@ -68,8 +68,8 @@ void KFormulaWidget::setReadOnly(bool ro) void KFormulaWidget::paintEvent(TQPaintEvent* event) { - // Always tqrepaint the buffer. This is not so much more work - // than it seems to be as each cursor movement requires a tqrepaint. + // Always repaint the buffer. This is not so much more work + // than it seems to be as each cursor movement requires a repaint. TQPainter p( &buffer ); //p.translate( -fr.x(), -fr.y() ); formulaView.draw( p, event->rect(), colorGroup() ); |