summaryrefslogtreecommitdiffstats
path: root/kword/KWFrameSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFrameSet.cpp')
-rw-r--r--kword/KWFrameSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWFrameSet.cpp b/kword/KWFrameSet.cpp
index 9a1d43ba..ec5cf7db 100644
--- a/kword/KWFrameSet.cpp
+++ b/kword/KWFrameSet.cpp
@@ -292,7 +292,7 @@ void KWFrameSet::setFloating()
frameSet->findPosition( dPoint, parag, index );
// Create anchor. TODO: refcount the anchors!
setAnchored( frameSet, parag, index );
- frameSet->tqlayout();
+ frameSet->layout();
m_doc->frameChanged( m_frames.first() );
return;
}