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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kopainter/koIconChooser.cc b/lib/kopainter/koIconChooser.cc
index 4604bbbd..7fa2f11b 100644
--- a/lib/kopainter/koIconChooser.cc
+++ b/lib/kopainter/koIconChooser.cc
@@ -166,7 +166,7 @@ void KoIconChooser::setCurrentItem(KoIconItem *item)
mCurRow = index / mNCols;
mCurCol = index % mNCols;
- // tqrepaint the old and the new item
+ // repaint the old and the new item
repaintCell(oldRow, oldCol);
repaintCell(mCurRow, mCurCol);