From afbfdc507bfaafc8824a9808311d57a9ece87510 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kword/KWFrameSet.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kword/KWFrameSet.cpp') diff --git a/kword/KWFrameSet.cpp b/kword/KWFrameSet.cpp index 0e72f1681..d07a55e26 100644 --- a/kword/KWFrameSet.cpp +++ b/kword/KWFrameSet.cpp @@ -49,10 +49,10 @@ KWFrameSet::KWFrameSet( KWDocument *doc ) m_protectSize( false ), m_anchorTextFs( 0L ), m_dcop( 0L ), m_pageManager( 0 ) { - // Send our "tqrepaintChanged" signals to the document. + // Send our "repaintChanged" signals to the document. setName("KWFrameSet"); if(m_doc) { - connect( this, TQT_SIGNAL( tqrepaintChanged( KWFrameSet * ) ), + connect( this, TQT_SIGNAL( repaintChanged( KWFrameSet * ) ), doc, TQT_SLOT( slotRepaintChanged( KWFrameSet * ) ) ); m_pageManager = doc->pageManager(); } @@ -370,7 +370,7 @@ void KWFrameSet::setFixed() for ( ; frameIt.current(); ++frameIt ) frameIt.current()->setZOrder( m_doc->maxZOrder( frameIt.current()->pageNumber(m_doc) ) + 1 ); - m_doc->tqrepaintAllViews(); + m_doc->repaintAllViews(); m_doc->updateRulerFrameStartEnd(); } @@ -399,7 +399,7 @@ void KWFrameSet::createAnchors( KoTextParag * parag, int index, bool placeHolder } parag->setChanged( true ); if ( tqrepaint ) - emit tqrepaintChanged( m_anchorTextFs ); + emit repaintChanged( m_anchorTextFs ); } void KWFrameSet::deleteAnchor( KWAnchor * anchor ) @@ -437,7 +437,7 @@ void KWFrameSet::deleteAnchors() KWAnchor * anchor = findAnchor( frameNum ); deleteAnchor( anchor ); } - emit tqrepaintChanged( textfs ); + emit repaintChanged( textfs ); } void KWFrameSet::moveFloatingFrame( int frameNum, const KoPoint &position ) -- cgit v1.2.3