summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/highlight/highlightplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/highlight/highlightplugin.cpp')
-rw-r--r--kopete/plugins/highlight/highlightplugin.cpp4
1 files changed, 2 insertions, 2 deletions
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);