diff options
Diffstat (limited to 'kword/KWTableFrameSet.cpp')
-rw-r--r-- | kword/KWTableFrameSet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWTableFrameSet.cpp b/kword/KWTableFrameSet.cpp index 2c27dc04..902d5a78 100644 --- a/kword/KWTableFrameSet.cpp +++ b/kword/KWTableFrameSet.cpp @@ -2183,10 +2183,10 @@ void KWTableFrameSet::finalize( ) { KWFrameSet::finalize(); } -void KWTableFrameSet::tqlayout() +void KWTableFrameSet::layout() { for (TableIter cells(this) ; cells ; ++cells) - cells->tqlayout(); + cells->layout(); } void KWTableFrameSet::invalidate() |