diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:54:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:54:26 -0600 |
commit | 7427e438358d44c37e3c8b0a9cfbb225ffd60e79 (patch) | |
tree | d977f1d23d324f23aadee0ad50acb94d7436ba80 /tdehtml/dom/dom2_events.h | |
parent | 72eecb041bf15bf64b748fc062d55f6ec860ac60 (diff) | |
download | tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.tar.gz tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.zip |
Rename KHTML and kiobuffer
Diffstat (limited to 'tdehtml/dom/dom2_events.h')
-rw-r--r-- | tdehtml/dom/dom2_events.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tdehtml/dom/dom2_events.h b/tdehtml/dom/dom2_events.h index 285a0c10e..3b68eafaa 100644 --- a/tdehtml/dom/dom2_events.h +++ b/tdehtml/dom/dom2_events.h @@ -61,7 +61,7 @@ class MutationEventImpl; * add them manually. * */ -class KHTML_EXPORT EventListener : public DomShared { +class TDEHTML_EXPORT EventListener : public DomShared { public: EventListener(); virtual ~EventListener(); @@ -108,7 +108,7 @@ protected: * implemented by the object passed to the event listener. * */ -class KHTML_EXPORT Event { +class TDEHTML_EXPORT Event { friend class Document; friend class NodeImpl; friend class DocumentImpl; @@ -259,7 +259,7 @@ protected: * descriptions. * */ -class KHTML_EXPORT EventException +class TDEHTML_EXPORT EventException { public: EventException(unsigned short _code); @@ -291,7 +291,7 @@ public: * with User Interface events. * */ -class KHTML_EXPORT UIEvent : public Event { +class TDEHTML_EXPORT UIEvent : public Event { public: UIEvent(); UIEvent(const UIEvent &other); @@ -396,7 +396,7 @@ protected: * obtain notification of mouse events which occur within its descendent elements. * */ -class KHTML_EXPORT MouseEvent : public UIEvent { +class TDEHTML_EXPORT MouseEvent : public UIEvent { public: MouseEvent(); MouseEvent(const MouseEvent &other); @@ -552,7 +552,7 @@ protected: * as specified in current DOM3 Events revision. This is doing heavy emulation * at the moment */ -class KHTML_EXPORT TextEvent : public UIEvent { +class TDEHTML_EXPORT TextEvent : public UIEvent { public: TextEvent(); TextEvent(const TextEvent &other); @@ -735,7 +735,7 @@ protected: * associated with Mutation events. * */ -class KHTML_EXPORT MutationEvent : public Event { +class TDEHTML_EXPORT MutationEvent : public Event { public: MutationEvent(); MutationEvent(const MutationEvent &other); |