summaryrefslogtreecommitdiffstats
path: root/tdehtml/dom/dom_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/dom/dom_exception.h')
-rw-r--r--tdehtml/dom/dom_exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/dom/dom_exception.h b/tdehtml/dom/dom_exception.h
index cef032206..f4c4b4e75 100644
--- a/tdehtml/dom/dom_exception.h
+++ b/tdehtml/dom/dom_exception.h
@@ -54,7 +54,7 @@ namespace DOM {
* the corresponding method descriptions.
*
*/
-class KHTML_EXPORT DOMException
+class TDEHTML_EXPORT DOMException
{
public:
DOMException(unsigned short _code) { code = _code; }