diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | afbfdc507bfaafc8824a9808311d57a9ece87510 (patch) | |
tree | 47be45bbd69c321ce79e14b683e59318748be9cb /kword/KWDocument.h | |
parent | 880d042b2902fae8007f202dd35ad9330499867b (diff) | |
download | koffice-afbfdc507bfaafc8824a9808311d57a9ece87510.tar.gz koffice-afbfdc507bfaafc8824a9808311d57a9ece87510.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kword/KWDocument.h')
-rw-r--r-- | kword/KWDocument.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kword/KWDocument.h b/kword/KWDocument.h index 2d4e5abf..029930d8 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; |