summaryrefslogtreecommitdiffstats
path: root/kword/KWFrameView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFrameView.cpp')
-rw-r--r--kword/KWFrameView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWFrameView.cpp b/kword/KWFrameView.cpp
index 7506e02ab..4904ec986 100644
--- a/kword/KWFrameView.cpp
+++ b/kword/KWFrameView.cpp
@@ -67,7 +67,7 @@ bool KWFrameView::isBorderHit(const KoPoint &point) const {
return hit(point, true, true);
}
-bool KWFrameView::tqcontains(const KoPoint &point, bool fuzzy) const {
+bool KWFrameView::contains(const KoPoint &point, bool fuzzy) const {
return hit(point, fuzzy, false);
}