From 9c49a74a165b8535c28ccbb2fad37334989b2fc7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/part/katesearch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/part/katesearch.cpp') diff --git a/kate/part/katesearch.cpp b/kate/part/katesearch.cpp index 6ef973030..951316671 100644 --- a/kate/part/katesearch.cpp +++ b/kate/part/katesearch.cpp @@ -110,7 +110,7 @@ void KateSearch::find() } delete findDialog; - m_view->tqrepaintText (); + m_view->repaintText (); } void KateSearch::find( const TQString &pattern, long flags, bool add, bool shownotfound ) -- cgit v1.2.1