summaryrefslogtreecommitdiffstats
path: root/kdat/ktreeview.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
commite1fedebd35564879715ec11012b5acaf3068edb9 (patch)
treee9781361f2d28c3511a260fcc41648e0ecaacdee /kdat/ktreeview.cpp
parentb09bffed6b43262948018dfb0f11890850ddf7c1 (diff)
downloadtdeadmin-e1fedebd35564879715ec11012b5acaf3068edb9.tar.gz
tdeadmin-e1fedebd35564879715ec11012b5acaf3068edb9.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdat/ktreeview.cpp')
-rw-r--r--kdat/ktreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/ktreeview.cpp b/kdat/ktreeview.cpp
index 70955e9..51ab256 100644
--- a/kdat/ktreeview.cpp
+++ b/kdat/ktreeview.cpp
@@ -1135,7 +1135,7 @@ void KTreeView::setExpandLevel(int level)
tqrepaint();
}
-// sets the indent margin for all branches and tqrepaints if auto update enabled
+// sets the indent margin for all branches and repaints if auto update enabled
void KTreeView::setIndentSpacing(int spacing)
{
if (itemIndent == spacing)