global typo fix

svn path=/trunk/KDE/kdelibs/; revision=922431
This commit is contained in:
Frederik Schwarzer 2009-02-07 01:12:28 +00:00
parent 82f10bbf0d
commit 83f2503169
2 changed files with 2 additions and 2 deletions

View File

@ -612,7 +612,7 @@ void Animator::timerEvent(QTimerEvent *event)
foreach (ElementAnimationState *state, d->animatedElements) {
if (state->currentFrame == state->frames) {
//kDebug() << "skipping" << state->id << "as its already at frame"
//kDebug() << "skipping" << state->id << "as it is already at frame"
// << state->currentFrame << "of" << state->frames;
// since we keep element animations around until they are
// removed, we will end up with finished animations in the queue;

View File

@ -947,7 +947,7 @@ void IconWidget::paint(QPainter *painter, const QStyleOptionGraphicsItem *option
}
}
// Draw text last because its overlayed
// Draw text last because it is overlayed
QTextLayout labelLayout, infoLayout;
QRectF textBoundingRect;
d->layoutTextItems(option, icon, &labelLayout, &infoLayout, &textBoundingRect);