summaryrefslogtreecommitdiffstats
path: root/kword/KWDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWDocument.h')
-rw-r--r--kword/KWDocument.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kword/KWDocument.h b/kword/KWDocument.h
index 2d4e5abf8..029930d8b 100644
--- a/kword/KWDocument.h
+++ b/kword/KWDocument.h
@@ -260,11 +260,11 @@ public:
unsigned int numColumns() const { return m_pageColumns.columns; }
- void tqrepaintAllViews( bool erase = false );
+ void repaintAllViews( bool erase = false );
/** Update all views of this document, area can be cleared before redrawing with the
* erase flag. (false implied). All views EXCEPT the argument view are updated ( give 0L for all )
*/
- void tqrepaintAllViewsExcept( KWView *view, bool erase = false );
+ void repaintAllViewsExcept( KWView *view, bool erase = false );
/**
@@ -290,7 +290,7 @@ public:
/**
* Tell this method when a frame is moved / resized / created / deleted
- * and everything will be update / tqrepainted accordingly.
+ * and everything will be update / repainted accordingly.
*/
void frameChanged( KWFrame * frame );
void framesChanged( const TQPtrList<KWFrame> & frames, KWView * view = 0L );
@@ -944,7 +944,7 @@ private:
bool m_hasTOC;
bool m_bShowStatusBar;
bool m_pgUpDownMovesCaret;
- bool m_tqrepaintAllViewsPending;
+ bool m_repaintAllViewsPending;
bool m_bAllowAutoFormat;
bool m_bShowScrollBar;
bool m_cursorInProtectectedArea;