summaryrefslogtreecommitdiffstats
path: root/kviewshell/documentRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/documentRenderer.cpp')
-rw-r--r--kviewshell/documentRenderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/documentRenderer.cpp b/kviewshell/documentRenderer.cpp
index c02c3e09..34bf59ac 100644
--- a/kviewshell/documentRenderer.cpp
+++ b/kviewshell/documentRenderer.cpp
@@ -122,7 +122,7 @@ Anchor DocumentRenderer::findAnchor(const TQString &locallink)
// Wait for all access to this DocumentRenderer to finish
TQMutexLocker locker(&mutex);
- TQMap<TQString,Anchor>::Iterator it = anchorList.tqfind(locallink);
+ TQMap<TQString,Anchor>::Iterator it = anchorList.find(locallink);
if (it != anchorList.end())
return *it;
else