Rename incorrect instances of tqrepaint[...] to repaint[...]

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kerry@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 09ec338543
commit bc4c8b85b0

@ -211,7 +211,7 @@ void KWidgetListbox::showItems(show_callback func, void* data)
void KWidgetListbox::showEvent(TQShowEvent*)
{
//kdDebug() << k_funcinfo << endl;
tqrepaintContents(false);
repaintContents(false);
}
void KWidgetListbox::paintCell(TQPainter*, int, int, const TQRect&,

Loading…
Cancel
Save