From 2d6954f69caf63ed5057bd8e1405a65d7d970292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:05:41 -0600 Subject: Rename obsolete tq methods to standard names --- kword/KWordFrameSetIface.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kword/KWordFrameSetIface.cpp') diff --git a/kword/KWordFrameSetIface.cpp b/kword/KWordFrameSetIface.cpp index 928cddb5..e284862e 100644 --- a/kword/KWordFrameSetIface.cpp +++ b/kword/KWordFrameSetIface.cpp @@ -135,25 +135,25 @@ bool KWordFrameSetIface::isCopy()const void KWordFrameSetIface::setPtMarginLeft(double val) { m_frame->frame( 0 )->setPaddingLeft(val); - m_frame->kWordDocument()->tqlayout(); + m_frame->kWordDocument()->layout(); } void KWordFrameSetIface::setPtMarginRight(double val) { m_frame->frame( 0 )->setPaddingRight(val); - m_frame->kWordDocument()->tqlayout(); + m_frame->kWordDocument()->layout(); } void KWordFrameSetIface::setPtMarginTop(double val) { m_frame->frame( 0 )->setPaddingTop(val); - m_frame->kWordDocument()->tqlayout(); + m_frame->kWordDocument()->layout(); } void KWordFrameSetIface::setPtMarginBottom(double val) { m_frame->frame( 0 )->setPaddingBottom(val); - m_frame->kWordDocument()->tqlayout(); + m_frame->kWordDocument()->layout(); } TQColor KWordFrameSetIface::leftBorderColor() const -- cgit v1.2.1