diff options
Diffstat (limited to 'kdeui/kanimwidget.cpp')
-rw-r--r-- | kdeui/kanimwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kanimwidget.cpp b/kdeui/kanimwidget.cpp index 7b723a1f0..d538bea20 100644 --- a/kdeui/kanimwidget.cpp +++ b/kdeui/kanimwidget.cpp @@ -159,7 +159,7 @@ void KAnimWidget::slotTimerUpdate() d->current_frame = 0; // TODO - // We have to clear the widget when tqrepainting a transparent image + // We have to clear the widget when repainting a transparent image // By doing it like this we get a bit of flicker though. A better // way might be to merge it with the background in drawContents. tqrepaint(d->transparent); |