diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 2ebe91d378b798914b9fd5e741f81bac4ab3ef08 (patch) | |
tree | 31ad87fd78f9a9020df94c5afc7a4a4ed9764941 /src/kiconcanvas.cpp | |
parent | ac3e0fe8666afdd444b6c68451dcdecf15df942a (diff) | |
download | basket-2ebe91d378b798914b9fd5e741f81bac4ab3ef08.tar.gz basket-2ebe91d378b798914b9fd5e741f81bac4ab3ef08.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kiconcanvas.cpp')
-rw-r--r-- | src/kiconcanvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kiconcanvas.cpp b/src/kiconcanvas.cpp index 77ac537..6467844 100644 --- a/src/kiconcanvas.cpp +++ b/src/kiconcanvas.cpp @@ -179,7 +179,7 @@ void KIconCanvas::slotLoadFiles() loadIcon(*it); // Calling kapp->processEvents() makes the iconview flicker like hell - // (it's being tqrepainted once for every new item), so we don't do this. + // (it's being repainted once for every new item), so we don't do this. // Instead, we directly tqrepaint the progress bar without going through // the event-loop. We do that just once for every 10th item so that // the progress bar doesn't flicker in turn. (pfeiffer) |