summaryrefslogtreecommitdiffstats
path: root/korganizer
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer')
-rw-r--r--korganizer/koagendaitem.cpp2
-rw-r--r--korganizer/kotodoview.cpp2
-rw-r--r--korganizer/timelabels.cpp2
3 files changed, 3 insertions, 3 deletions
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"