diff options
Diffstat (limited to 'kate/part/katesearch.cpp')
-rw-r--r-- | kate/part/katesearch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |