diff options
Diffstat (limited to 'quanta/src/document.h')
| -rw-r--r-- | quanta/src/document.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/document.h b/quanta/src/document.h index 975b9f31..639ff27d 100644 --- a/quanta/src/document.h +++ b/quanta/src/document.h @@ -172,7 +172,7 @@ work correctly. */    /** disable/enable the tqrepaint of the Kate view */    void activateRepaintView(bool activation); -  bool RepaintViewActivated() {return tqrepaintEnabled;} +  bool RepaintViewActivated() {return repaintEnabled;}    void setErrorMark(int line);    void clearErrorMarks(); @@ -307,7 +307,7 @@ private:    bool argHintVisible;    bool hintRequested;    bool reparseEnabled; -  bool tqrepaintEnabled; +  bool repaintEnabled;    bool delayedTextChangedEnabled;    /** True if the document is dirty (has been modified outside). */    bool m_dirty;  | 
