summaryrefslogtreecommitdiffstats
path: root/kmail/khtmlparthtmlwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/khtmlparthtmlwriter.cpp')
-rw-r--r--kmail/khtmlparthtmlwriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/khtmlparthtmlwriter.cpp b/kmail/khtmlparthtmlwriter.cpp
index 64f085f9..174c2c3a 100644
--- a/kmail/khtmlparthtmlwriter.cpp
+++ b/kmail/khtmlparthtmlwriter.cpp
@@ -140,7 +140,7 @@ namespace KMail {
DOM::HTMLImageElement image( node );
KURL url( image.src().string() );
if ( url.protocol() == "cid" ) {
- EmbeddedPartMap::const_iterator it = mEmbeddedPartMap.tqfind( url.path() );
+ EmbeddedPartMap::const_iterator it = mEmbeddedPartMap.find( url.path() );
if ( it != mEmbeddedPartMap.end() ) {
kdDebug(5006) << "Replacing " << url.prettyURL() << " by " << it.data() << endl;
image.setSrc( it.data() );