From 7427e438358d44c37e3c8b0a9cfbb225ffd60e79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 15:54:26 -0600 Subject: Rename KHTML and kiobuffer --- tdehtml/dom/html_image.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdehtml/dom/html_image.h') diff --git a/tdehtml/dom/html_image.h b/tdehtml/dom/html_image.h index 9f30aaa14..8258d7a63 100644 --- a/tdehtml/dom/html_image.h +++ b/tdehtml/dom/html_image.h @@ -44,7 +44,7 @@ class DOMString; * AREA element definition in HTML 4.0. * */ -class KHTML_EXPORT HTMLAreaElement : public HTMLElement +class TDEHTML_EXPORT HTMLAreaElement : public HTMLElement { public: HTMLAreaElement(); @@ -182,7 +182,7 @@ class HTMLImageElementImpl; * IMG element definition in HTML 4.0. * */ -class KHTML_EXPORT HTMLImageElement : public HTMLElement +class TDEHTML_EXPORT HTMLImageElement : public HTMLElement { public: HTMLImageElement(); @@ -390,7 +390,7 @@ class DOMString; * MAP element definition in HTML 4.0. * */ -class KHTML_EXPORT HTMLMapElement : public HTMLElement +class TDEHTML_EXPORT HTMLMapElement : public HTMLElement { public: HTMLMapElement(); -- cgit v1.2.1