summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commite239d13ed0d22108025907f02d0b659555b137a7 (patch)
tree45e96bfda036a624307c6d4b62c1e827a6416c1e
parentf636ba5ba2df9d34d56b1c85f24c6598fa1cb645 (diff)
downloadkdiff3-e239d13ed0d22108025907f02d0b659555b137a7.tar.gz
kdiff3-e239d13ed0d22108025907f02d0b659555b137a7.zip
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
-rw-r--r--src/directorymergewindow.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/directorymergewindow.cpp b/src/directorymergewindow.cpp
index bf58078..f232f61 100644
--- a/src/directorymergewindow.cpp
+++ b/src/directorymergewindow.cpp
@@ -1694,12 +1694,12 @@ void DirectoryMergeWindow::selectItemAndColumn(DirMergeItem* pDMI, int c, bool b
m_pSelection3Item = pDMI;
m_selection3Column = c;
}
- if (pOld1) tqrepaintItem( pOld1 );
- if (pOld2) tqrepaintItem( pOld2 );
- if (pOld3) tqrepaintItem( pOld3 );
- if (m_pSelection1Item) tqrepaintItem( m_pSelection1Item );
- if (m_pSelection2Item) tqrepaintItem( m_pSelection2Item );
- if (m_pSelection3Item) tqrepaintItem( m_pSelection3Item );
+ if (pOld1) repaintItem( pOld1 );
+ if (pOld2) repaintItem( pOld2 );
+ if (pOld3) repaintItem( pOld3 );
+ if (m_pSelection1Item) repaintItem( m_pSelection1Item );
+ if (m_pSelection2Item) repaintItem( m_pSelection2Item );
+ if (m_pSelection3Item) repaintItem( m_pSelection3Item );
emit updateAvailabilities();
}