summaryrefslogtreecommitdiffstats
path: root/src/otrplugin.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit329367edf66fec19f8a9de843cf3319fbe187b99 (patch)
tree603174e16a2141d966f9474d1c611000dbac2c14 /src/otrplugin.cpp
parent1bf142c0c232d96dbf55694c69fdfcb7ad742c99 (diff)
downloadkopete-otr-329367edf66fec19f8a9de843cf3319fbe187b99.tar.gz
kopete-otr-329367edf66fec19f8a9de843cf3319fbe187b99.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kopete-otr@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/otrplugin.cpp')
-rw-r--r--src/otrplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp
index 323ee44..b929b4c 100644
--- a/src/otrplugin.cpp
+++ b/src/otrplugin.cpp
@@ -281,7 +281,7 @@ kdDebug() << "Received Message: " << msg.parsedBody() << endl;
return;
}
} else if( msg.direction() == Kopete::Message::Outbound ){
- if( messageCache.tqcontains( msg.plainBody() ) ){
+ if( messageCache.contains( msg.plainBody() ) ){
msg.setBody( messageCache[msg.plainBody()] );
messageCache.remove( messageCache[msg.plainBody()] );
if(messageCache.count() > 5) messageCache.clear();