Rename incorrect instances of tqrepaint[...] to repaint[...]

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdiff3@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent f636ba5ba2
commit e239d13ed0

@ -1694,12 +1694,12 @@ void DirectoryMergeWindow::selectItemAndColumn(DirMergeItem* pDMI, int c, bool b
m_pSelection3Item = pDMI; m_pSelection3Item = pDMI;
m_selection3Column = c; m_selection3Column = c;
} }
if (pOld1) tqrepaintItem( pOld1 ); if (pOld1) repaintItem( pOld1 );
if (pOld2) tqrepaintItem( pOld2 ); if (pOld2) repaintItem( pOld2 );
if (pOld3) tqrepaintItem( pOld3 ); if (pOld3) repaintItem( pOld3 );
if (m_pSelection1Item) tqrepaintItem( m_pSelection1Item ); if (m_pSelection1Item) repaintItem( m_pSelection1Item );
if (m_pSelection2Item) tqrepaintItem( m_pSelection2Item ); if (m_pSelection2Item) repaintItem( m_pSelection2Item );
if (m_pSelection3Item) tqrepaintItem( m_pSelection3Item ); if (m_pSelection3Item) repaintItem( m_pSelection3Item );
emit updateAvailabilities(); emit updateAvailabilities();
} }

Loading…
Cancel
Save