summaryrefslogtreecommitdiffstats
path: root/src/basket.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit2ebe91d378b798914b9fd5e741f81bac4ab3ef08 (patch)
tree31ad87fd78f9a9020df94c5afc7a4a4ed9764941 /src/basket.cpp
parentac3e0fe8666afdd444b6c68451dcdecf15df942a (diff)
downloadbasket-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/basket.cpp')
-rw-r--r--src/basket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basket.cpp b/src/basket.cpp
index a5fd970..b71f745 100644
--- a/src/basket.cpp
+++ b/src/basket.cpp
@@ -2533,7 +2533,7 @@ void Basket::doAutoScrollSelection()
dx = pos.x() - visibleWidth() + AUTO_SCROLL_MARGIN;
if (dx || dy) {
- kapp->sendPostedEvents(); // Do the tqrepaints, because the scrolling will make the area to tqrepaint to be wrong
+ kapp->sendPostedEvents(); // Do the repaints, because the scrolling will make the area to tqrepaint to be wrong
scrollBy(dx, dy);
if (!m_autoScrollSelectionTimer.isActive())
m_autoScrollSelectionTimer.start(AUTO_SCROLL_DELAY);