summaryrefslogtreecommitdiffstats
path: root/tdehtml/xml/dom2_eventsimpl.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/xml/dom2_eventsimpl.h
parent72eecb041bf15bf64b748fc062d55f6ec860ac60 (diff)
downloadtdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.tar.gz
tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.zip
Rename KHTML and kiobuffer
Diffstat (limited to 'tdehtml/xml/dom2_eventsimpl.h')
-rw-r--r--tdehtml/xml/dom2_eventsimpl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdehtml/xml/dom2_eventsimpl.h b/tdehtml/xml/dom2_eventsimpl.h
index 5d99afbbe..0f48fa605 100644
--- a/tdehtml/xml/dom2_eventsimpl.h
+++ b/tdehtml/xml/dom2_eventsimpl.h
@@ -28,7 +28,7 @@
#include "dom/dom2_events.h"
#include "xml/dom2_viewsimpl.h"
-class KHTMLPart;
+class TDEHTMLPart;
class TQMouseEvent;
namespace DOM {
@@ -81,12 +81,12 @@ public:
KEYUP_EVENT,
KEYPRESS_EVENT, //Mostly corresponds to DOM3 textInput event.
// tdehtml events (not part of DOM)
- KHTML_ECMA_DBLCLICK_EVENT, // for html ondblclick
- KHTML_ECMA_CLICK_EVENT, // for html onclick
- KHTML_DRAGDROP_EVENT,
- KHTML_MOVE_EVENT,
+ TDEHTML_ECMA_DBLCLICK_EVENT, // for html ondblclick
+ TDEHTML_ECMA_CLICK_EVENT, // for html onclick
+ TDEHTML_DRAGDROP_EVENT,
+ TDEHTML_MOVE_EVENT,
// XMLHttpRequest events
- KHTML_READYSTATECHANGE_EVENT
+ TDEHTML_READYSTATECHANGE_EVENT
};
EventImpl();