summaryrefslogtreecommitdiffstats
path: root/kword/KWTextDocument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWTextDocument.cpp')
-rw-r--r--kword/KWTextDocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWTextDocument.cpp b/kword/KWTextDocument.cpp
index 580e378d..a1b0a57a 100644
--- a/kword/KWTextDocument.cpp
+++ b/kword/KWTextDocument.cpp
@@ -241,7 +241,7 @@ bool KWTextDocument::loadSpanTag( const TQDomElement& tag, KoOasisContext& conte
else if ( localName == "bookmark-end" ) {
KWLoadingInfo* loadingInfo = m_textfs->kWordDocument()->loadingInfo();
TQString bkName = tag.attributeNS( KoXmlNS::text, "name", TQString() );
- KWLoadingInfo::BookmarkStartsMap::iterator it = loadingInfo->m_bookmarkStarts.tqfind( bkName );
+ KWLoadingInfo::BookmarkStartsMap::iterator it = loadingInfo->m_bookmarkStarts.find( bkName );
if ( it == loadingInfo->m_bookmarkStarts.end() ) { // bookmark end without start. This seems to happen..
// insert simple bookmark then
appendBookmark( parag, pos, parag, pos, tag.attributeNS( KoXmlNS::text, "name", TQString() ) );