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 | a40b0e89b6b20ba9039d3f79e73afbeac6954ccb (patch) | |
tree | 07779032ca48d6e8e71887a329141f8e635c901c /quanta/src/document.cpp | |
parent | a2bae01d006ea8053e85bc16d09a8cf40a4b0b75 (diff) | |
download | tdewebdev-a40b0e89b6b20ba9039d3f79e73afbeac6954ccb.tar.gz tdewebdev-a40b0e89b6b20ba9039d3f79e73afbeac6954ccb.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/src/document.cpp')
-rw-r--r-- | quanta/src/document.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/document.cpp b/quanta/src/document.cpp index 7c2ff3f1..c0dc3816 100644 --- a/quanta/src/document.cpp +++ b/quanta/src/document.cpp @@ -193,7 +193,7 @@ Document::Document(KTextEditor::Document *doc, m_tempFileName = TQString(); dtdName = Project::ref()->defaultDTD(); reparseEnabled = true; - tqrepaintEnabled = true; + repaintEnabled = true; delayedTextChangedEnabled = true; docUndoRedo = new undoRedo(this); @@ -2632,7 +2632,7 @@ TQStringList Document::tagAreas(const TQString& tag, bool includeCoordinates, bo void Document::activateRepaintView(bool activation) { - tqrepaintEnabled = activation; + repaintEnabled = activation; m_view->setUpdatesEnabled(activation); } |