From 882bcd26b3d60be72ea2b35921969a9850c52db9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:29:20 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/kiconcanvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kiconcanvas.cpp') diff --git a/src/kiconcanvas.cpp b/src/kiconcanvas.cpp index a5d25e5..a96ed6d 100644 --- a/src/kiconcanvas.cpp +++ b/src/kiconcanvas.cpp @@ -180,7 +180,7 @@ void KIconCanvas::slotLoadFiles() // Calling kapp->processEvents() makes the iconview flicker like hell // (it's being repainted once for every new item), so we don't do this. - // Instead, we directly tqrepaint the progress bar without going through + // Instead, we directly repaint the progress bar without going through // the event-loop. We do that just once for every 10th item so that // the progress bar doesn't flicker in turn. (pfeiffer) // FIXME: TQt4 will have double buffering -- cgit v1.2.3