summaryrefslogtreecommitdiffstats
path: root/kopete
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
commit1fff1cf07591b1226eb568e95283091eedbeff1d (patch)
treedb122070d0fd71fdf7da2e0d89358ea7ca648425 /kopete
parent8f736c7058bf700621528083243ed7d3899d2877 (diff)
downloadtdenetwork-1fff1cf07591b1226eb568e95283091eedbeff1d.tar.gz
tdenetwork-1fff1cf07591b1226eb568e95283091eedbeff1d.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete')
-rw-r--r--kopete/libkopete/ui/kopetelistviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/ui/kopetelistviewitem.cpp b/kopete/libkopete/ui/kopetelistviewitem.cpp
index 1b1f7b6c..6e6aad72 100644
--- a/kopete/libkopete/ui/kopetelistviewitem.cpp
+++ b/kopete/libkopete/ui/kopetelistviewitem.cpp
@@ -1459,7 +1459,7 @@ void Item::tqrepaint()
// if we're about to retqlayout, don't bother painting yet.
if ( d->tqlayoutTimer.isActive() )
return;
- listView()->tqrepaintItem( this );
+ listView()->repaintItem( this );
}
void Item::retqlayout()