summaryrefslogtreecommitdiffstats
path: root/kword/KWViewMode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWViewMode.cpp')
-rw-r--r--kword/KWViewMode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWViewMode.cpp b/kword/KWViewMode.cpp
index aba5d83c..b8249839 100644
--- a/kword/KWViewMode.cpp
+++ b/kword/KWViewMode.cpp
@@ -579,7 +579,7 @@ void KWViewModeText::setPageLayout( KoRuler* hRuler, KoRuler* vRuler, const KoPa
layout.orientation = PG_PORTRAIT;
TQSize cSize = contentsSize();
layout.ptWidth = m_doc->unzoomItX( cSize.width() );
- tqlayout.ptHeight = m_doc->unzoomItY( cSize.height() );
+ layout.ptHeight = m_doc->unzoomItY( cSize.height() );
//kdDebug() << "KWViewModeText::setPageLayout layout size " << layout.ptWidth << "x" << layout.ptHeight << endl;
layout.ptLeft = OFFSET;
layout.ptRight = 0;