From bc4c8b85b0557e95e1feef5aa79ae7b875a4b5a4 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: [PATCH] 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 --- kerry/src/kwidgetlistbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerry/src/kwidgetlistbox.cpp b/kerry/src/kwidgetlistbox.cpp index 5e24212..f54f491 100644 --- a/kerry/src/kwidgetlistbox.cpp +++ b/kerry/src/kwidgetlistbox.cpp @@ -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&,