diff options
Diffstat (limited to 'src/kdiff3.cpp')
-rw-r--r-- | src/kdiff3.cpp | 2 |
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 ); } |