summaryrefslogtreecommitdiffstats
path: root/kword/KWFrameLayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFrameLayout.cpp')
-rw-r--r--kword/KWFrameLayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWFrameLayout.cpp b/kword/KWFrameLayout.cpp
index 8db6227ac..25931240e 100644
--- a/kword/KWFrameLayout.cpp
+++ b/kword/KWFrameLayout.cpp
@@ -495,7 +495,7 @@ void KWFrameLayout::layout( KWFrameSet* mainTextFrameSet, int numColumns,
//m_doc->invalidate();
// ### This means the layout will be done during painting. Not good.
// What about mainTextFrameSet->invalidate() or even layout()?
- //TQTimer::singleShot( 0, m_doc, TQT_SLOT( invalidate() ) );
+ //TQTimer::singleShot( 0, m_doc, TQ_SLOT( invalidate() ) );
// Invalidate main textframeset only, and from top of page only.
// Otherwise loading a long document (with headers/footers) takes ages,