From fc5197ec86abe5dc0fa4b48979684845b52357f2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/koagendaitem.cpp | 2 +- korganizer/kotodoview.cpp | 2 +- korganizer/timelabels.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer') diff --git a/korganizer/koagendaitem.cpp b/korganizer/koagendaitem.cpp index 1304ef5d..b9558c39 100644 --- a/korganizer/koagendaitem.cpp +++ b/korganizer/koagendaitem.cpp @@ -737,7 +737,7 @@ void KOAgendaItem::paintEvent( TQPaintEvent *ev ) if ( !mIncidence )return; TQRect visRect = visibleRect(); - // when scrolling horizontally in the side-by-side view, the tqrepainted area is clipped + // when scrolling horizontally in the side-by-side view, the repainted area is clipped // to the newly visible area, which is a problem since the content changes when visRect // changes, so tqrepaint the full item in that case if ( ev->rect() != visRect && visRect.isValid() && ev->rect().isValid() ) { diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp index bb4b2ba4..6fe06042 100644 --- a/korganizer/kotodoview.cpp +++ b/korganizer/kotodoview.cpp @@ -656,7 +656,7 @@ bool KOTodoView::scheduleRemoveTodoItem( KOTodoViewItem *todoItem ) void KOTodoView::updateConfig() { - mTodoListView->tqrepaintContents(); + mTodoListView->repaintContents(); } Incidence::List KOTodoView::selectedIncidences() diff --git a/korganizer/timelabels.cpp b/korganizer/timelabels.cpp index 5431594a..29291a0a 100644 --- a/korganizer/timelabels.cpp +++ b/korganizer/timelabels.cpp @@ -244,7 +244,7 @@ void TimeLabels::paintEvent(TQPaintEvent*) // this is another hack! // TQPainter painter(this); //TQString c - tqrepaintContents(contentsX(), contentsY(), visibleWidth(), visibleHeight()); + repaintContents(contentsX(), contentsY(), visibleWidth(), visibleHeight()); } #include "timelabels.moc" -- cgit v1.2.3