From 937b2991d8e78166eea904c80ad04d34607017a4 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/plugins/highlight/highlightplugin.cpp | 4 ++-- kopete/plugins/highlight/highlightprefsbase.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/plugins/highlight') diff --git a/kopete/plugins/highlight/highlightplugin.cpp b/kopete/plugins/highlight/highlightplugin.cpp index 843d7ed5..4eee907e 100644 --- a/kopete/plugins/highlight/highlightplugin.cpp +++ b/kopete/plugins/highlight/highlightplugin.cpp @@ -70,8 +70,8 @@ void HighlightPlugin::slotIncomingMessage( Kopete::Message& msg ) { ++it; if(f->isRegExp ? - msg.plainBody().tqcontains(TQRegExp(f->search , f->caseSensitive)) : - msg.plainBody().tqcontains(f->search , f->caseSensitive) ) + msg.plainBody().contains(TQRegExp(f->search , f->caseSensitive)) : + msg.plainBody().contains(f->search , f->caseSensitive) ) { if(f->setBG) msg.setBg(f->BG); diff --git a/kopete/plugins/highlight/highlightprefsbase.ui b/kopete/plugins/highlight/highlightprefsbase.ui index 360af41e..eaca281c 100644 --- a/kopete/plugins/highlight/highlightprefsbase.ui +++ b/kopete/plugins/highlight/highlightprefsbase.ui @@ -127,7 +127,7 @@ - If the message tqcontains: + If the message contains: -- cgit v1.2.1