From 3d7cc5d294c8da55ecaefe7a9f5631a72adc610e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdiff3@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kdiff3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kdiff3.cpp') diff --git a/src/kdiff3.cpp b/src/kdiff3.cpp index 6c5a300..a10415c 100644 --- a/src/kdiff3.cpp +++ b/src/kdiff3.cpp @@ -786,7 +786,7 @@ void KDiff3App::slotFilePrint() int charactersPerLine = columnWidth / fm.width("W"); if ( m_pOptionDialog->m_bWordWrap ) { - // For printing the lines are wrapped differently (this tqinvalidates the first line) + // For printing the lines are wrapped differently (this invalidates the first line) recalcWordWrap( charactersPerLine ); } -- cgit v1.2.3