summaryrefslogtreecommitdiffstats
path: root/kword/KWPartFrameSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWPartFrameSet.cpp')
-rw-r--r--kword/KWPartFrameSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWPartFrameSet.cpp b/kword/KWPartFrameSet.cpp
index 9aa65e636..afb07d2ab 100644
--- a/kword/KWPartFrameSet.cpp
+++ b/kword/KWPartFrameSet.cpp
@@ -109,7 +109,7 @@ void KWPartFrameSet::drawFrameContents( KWFrame* frame, TQPainter * painter, con
KoTextZoomHandler* zh = kWordDocument();
// We have to define better the merning of the rect that we pass. Does it include zooming ? (yes I think)
- // Does it define the area to be tqrepainted only? (no, that's the painter clip rect)
+ // Does it define the area to be repainted only? (no, that's the painter clip rect)
// So it defines the whole area covered by the embedded document, in pixels.
TQRect rframe( 0, 0,
zh->zoomItX( frame->innerWidth() ),