summaryrefslogtreecommitdiffstats
path: root/kword/KWFormulaFrameSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFormulaFrameSet.cpp')
-rw-r--r--kword/KWFormulaFrameSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWFormulaFrameSet.cpp b/kword/KWFormulaFrameSet.cpp
index f8d597e8..f54942a4 100644
--- a/kword/KWFormulaFrameSet.cpp
+++ b/kword/KWFormulaFrameSet.cpp
@@ -219,7 +219,7 @@ void KWFormulaFrameSet::slotFormulaChanged( double width, double height )
m_frames.first()->setHeight( height );
updateFrames();
- kWordDocument()->tqlayout();
+ kWordDocument()->layout();
if ( ( oldWidth != width ) || ( oldHeight != height ) ) {
kWordDocument()->repaintAllViews( false );
kWordDocument()->updateRulerFrameStartEnd();