summaryrefslogtreecommitdiffstats
path: root/kword/KWFrameList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFrameList.cpp')
-rw-r--r--kword/KWFrameList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWFrameList.cpp b/kword/KWFrameList.cpp
index 3628df05..d0f5682e 100644
--- a/kword/KWFrameList.cpp
+++ b/kword/KWFrameList.cpp
@@ -96,7 +96,7 @@ void KWFrameList::setFrames(const TQPtrList<KWFrame> &frames) {
// ## might need a for loop for the case of inline-inside-inline,
// or maybe calling isPaintedBy instead [depending on what should happen for tables]
if ( daFrame->frameSet()->isFloating() &&
- (parentFramesets.tqcontains(daFrame->frameSet()->anchorFrameset()) ||
+ (parentFramesets.contains(daFrame->frameSet()->anchorFrameset()) ||
daFrame->frameSet()->isPaintedBy(m_frame->frameSet())) )
continue;
// Floating frames are not "on top", they are "inside".