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/html_inline.h | |
parent | 72eecb041bf15bf64b748fc062d55f6ec860ac60 (diff) | |
download | tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.tar.gz tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.zip |
Rename KHTML and kiobuffer
Diffstat (limited to 'tdehtml/dom/html_inline.h')
-rw-r--r-- | tdehtml/dom/html_inline.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdehtml/dom/html_inline.h b/tdehtml/dom/html_inline.h index f92ed6917..322282d1f 100644 --- a/tdehtml/dom/html_inline.h +++ b/tdehtml/dom/html_inline.h @@ -44,7 +44,7 @@ class DOMString; * element definition </a> in HTML 4.0. * */ -class KHTML_EXPORT HTMLAnchorElement : public HTMLElement +class TDEHTML_EXPORT HTMLAnchorElement : public HTMLElement { public: HTMLAnchorElement(); @@ -256,7 +256,7 @@ class HTMLBRElementImpl; * element definition </a> in HTML 4.0. * */ -class KHTML_EXPORT HTMLBRElement : public HTMLElement +class TDEHTML_EXPORT HTMLBRElement : public HTMLElement { public: HTMLBRElement(); @@ -299,7 +299,7 @@ class DOMString; * deprecated in HTML 4.0. * */ -class KHTML_EXPORT HTMLFontElement : public HTMLElement +class TDEHTML_EXPORT HTMLFontElement : public HTMLElement { public: HTMLFontElement(); @@ -369,7 +369,7 @@ class DOMString; * DEL </a> element definitions in HTML 4.0. * */ -class KHTML_EXPORT HTMLModElement : public HTMLElement +class TDEHTML_EXPORT HTMLModElement : public HTMLElement { public: HTMLModElement(); @@ -427,7 +427,7 @@ class HTMLQuoteElementImpl; * element. To resolve ambiquities, we use this one for the \c Q * element only. */ -class KHTML_EXPORT HTMLQuoteElement : public HTMLElement +class TDEHTML_EXPORT HTMLQuoteElement : public HTMLElement { public: HTMLQuoteElement(); |