summaryrefslogtreecommitdiffstats
path: root/tdehtml/tdehtml_caret_p.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:54:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:54:26 -0600
commit7427e438358d44c37e3c8b0a9cfbb225ffd60e79 (patch)
treed977f1d23d324f23aadee0ad50acb94d7436ba80 /tdehtml/tdehtml_caret_p.h
parent72eecb041bf15bf64b748fc062d55f6ec860ac60 (diff)
downloadtdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.tar.gz
tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.zip
Rename KHTML and kiobuffer
Diffstat (limited to 'tdehtml/tdehtml_caret_p.h')
-rw-r--r--tdehtml/tdehtml_caret_p.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tdehtml/tdehtml_caret_p.h b/tdehtml/tdehtml_caret_p.h
index 729f4d8ba..6d85a76b2 100644
--- a/tdehtml/tdehtml_caret_p.h
+++ b/tdehtml/tdehtml_caret_p.h
@@ -18,8 +18,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef KHTML_CARET_P_H
-#define KHTML_CARET_P_H
+#ifndef TDEHTML_CARET_P_H
+#define TDEHTML_CARET_P_H
#include "rendering/render_table.h"
@@ -68,7 +68,7 @@ struct CaretViewContext {
bool displayed; // true if caret is to be displayed at all.
bool caretMoved; // set to true once caret has been moved in page
// how to display the caret when view is not focused
- KHTMLPart::CaretDisplayPolicy displayNonFocused;
+ TDEHTMLPart::CaretDisplayPolicy displayNonFocused;
/** For natural traversal of lines, the original x position is saved, and
* the actual x is set to the first character whose x position is
@@ -83,7 +83,7 @@ struct CaretViewContext {
// corresponding release event
CaretViewContext() : freqTimerId(-1), x(0), y(0), width(1), height(16),
visible(true), displayed(false), caretMoved(false),
- displayNonFocused(KHTMLPart::CaretInvisible), origX(0),
+ displayNonFocused(TDEHTMLPart::CaretInvisible), origX(0),
keyReleasePending(false)
{}
};
@@ -650,7 +650,7 @@ public:
* cannot serve as a base (to see if this is the case, check whether
* LinearDocument::baseFlow()->element() != base)
*/
- LinearDocument(KHTMLPart *part, DOM::NodeImpl *node, long offset,
+ LinearDocument(TDEHTMLPart *part, DOM::NodeImpl *node, long offset,
CaretAdvancePolicy advancePolicy, DOM::ElementImpl *baseElem);
virtual ~LinearDocument();
@@ -730,7 +730,7 @@ protected:
Iterator _preBegin;
Iterator _end;
- KHTMLPart *m_part;
+ TDEHTMLPart *m_part;
CaretAdvancePolicy advPol;
RenderObject *base;
@@ -754,7 +754,7 @@ protected:
* @since 3.3
*/
class EditableCaretBoxIterator : public CaretBoxIterator {
- KHTMLPart *m_part;
+ TDEHTMLPart *m_part;
bool adjacent;
CaretAdvancePolicy advpol; // caret advance policy