summaryrefslogtreecommitdiffstats
path: root/src/kdiff3.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit3d7cc5d294c8da55ecaefe7a9f5631a72adc610e (patch)
tree8e35d69acd1a1c54d9d1b55724c3e72aa69df9e5 /src/kdiff3.cpp
parente239d13ed0d22108025907f02d0b659555b137a7 (diff)
downloadkdiff3-3d7cc5d294c8da55ecaefe7a9f5631a72adc610e.tar.gz
kdiff3-3d7cc5d294c8da55ecaefe7a9f5631a72adc610e.zip
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
Diffstat (limited to 'src/kdiff3.cpp')
-rw-r--r--src/kdiff3.cpp2
1 files changed, 1 insertions, 1 deletions
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 );
}