summaryrefslogtreecommitdiffstats
path: root/lib/kopainter/koIconChooser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kopainter/koIconChooser.cc')
-rw-r--r--lib/kopainter/koIconChooser.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kopainter/koIconChooser.cc b/lib/kopainter/koIconChooser.cc
index ae4bc6139..4c7aab32a 100644
--- a/lib/kopainter/koIconChooser.cc
+++ b/lib/kopainter/koIconChooser.cc
@@ -167,8 +167,8 @@ void KoIconChooser::setCurrentItem(KoIconItem *item)
mCurCol = index % mNCols;
// tqrepaint the old and the new item
- tqrepaintCell(oldRow, oldCol);
- tqrepaintCell(mCurRow, mCurCol);
+ repaintCell(oldRow, oldCol);
+ repaintCell(mCurRow, mCurCol);
ensureCellVisible(mCurRow, mCurCol);
}