diff options
Diffstat (limited to 'kword/KWTextFrameSet.cpp')
-rw-r--r-- | kword/KWTextFrameSet.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWTextFrameSet.cpp b/kword/KWTextFrameSet.cpp index c19da8f07..43a1de5a7 100644 --- a/kword/KWTextFrameSet.cpp +++ b/kword/KWTextFrameSet.cpp @@ -745,7 +745,7 @@ void KWTextFrameSet::drawCursor( TQPainter *p, KoTextCursor *cursor, bool cursor TQRegion reg; if ( hasFrames ) { reg = frameClipRegion( p, theFrame, clip, m_currentViewMode ); - if ( !isFloating() ) // problem with multitqparent inline frames + if ( !isFloating() ) // problem with multiparent inline frames reg &= p->xForm( viewFrameRect ); } @@ -3323,10 +3323,10 @@ void KWTextFrameSetEdit::startDrag() } } -TQDragObject * KWTextFrameSetEdit::newDrag( TQWidget * tqparent ) +TQDragObject * KWTextFrameSetEdit::newDrag( TQWidget * parent ) { KWTextFrameSet* fs = textFrameSet(); - return fs->kWordDocument()->dragSelected( tqparent, fs ); + return fs->kWordDocument()->dragSelected( parent, fs ); } void KWTextFrameSetEdit::ensureCursorVisible() |