[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/dom
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-11-21 4:27:26
Message-ID: 20041121042726.12C7C16F87 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

fix export's


  M +8 -6      html_base.h   1.16
  M +9 -7      html_block.h   1.15
  M +3 -1      html_element.h   1.25
  M +7 -5      html_inline.h   1.16


--- kdelibs/khtml/dom/html_base.h  #1.15:1.16
@@ -33,4 +33,6 @@
 #include <dom/html_element.h>
 
+#include <kdelibs_export.h>
+
 namespace DOM {
 
@@ -46,5 +48,5 @@ class DOMString;
  *
  */
-class HTMLBodyElement : public HTMLElement
+class KHTML_EXPORT HTMLBodyElement : public HTMLElement
 {
 public:
@@ -159,5 +161,5 @@ class DOMString;
  *
  */
-class HTMLFrameElement : public HTMLElement
+class KHTML_EXPORT HTMLFrameElement : public HTMLElement
 {
 public:
@@ -305,5 +307,5 @@ class DOMString;
  *
  */
-class HTMLFrameSetElement : public HTMLElement
+class KHTML_EXPORT HTMLFrameSetElement : public HTMLElement
 {
 public:
@@ -358,5 +360,5 @@ class HTMLIFrameElementImpl;
  *
  */
-class HTMLIFrameElement : public HTMLElement
+class KHTML_EXPORT HTMLIFrameElement : public HTMLElement
 {
 public:
@@ -532,5 +534,5 @@ class DOMString;
  *
  */
-class HTMLHeadElement : public HTMLElement
+class KHTML_EXPORT HTMLHeadElement : public HTMLElement
 {
 public:
@@ -573,5 +575,5 @@ class DOMString;
  *
  */
-class HTMLHtmlElement : public HTMLElement
+class KHTML_EXPORT HTMLHtmlElement : public HTMLElement
 {
 public:

--- kdelibs/khtml/dom/html_block.h  #1.14:1.15
@@ -35,4 +35,6 @@
 #include <dom/html_element.h>
 
+#include <kdelibs_export.h>
+
 namespace DOM {
 
@@ -46,5 +48,5 @@ class DOMString;
  *
  */
-class HTMLBlockquoteElement : public HTMLElement
+class KHTML_EXPORT HTMLBlockquoteElement : public HTMLElement
 {
 public:
@@ -87,5 +89,5 @@ class DOMString;
  *
  */
-class HTMLDivElement : public HTMLElement
+class KHTML_EXPORT HTMLDivElement : public HTMLElement
 {
 public:
@@ -129,5 +131,5 @@ class DOMString;
  *
  */
-class HTMLHRElement : public HTMLElement
+class KHTML_EXPORT HTMLHRElement : public HTMLElement
 {
 public:
@@ -213,5 +215,5 @@ class DOMString;
  *
  */
-class HTMLHeadingElement : public HTMLElement
+class KHTML_EXPORT HTMLHeadingElement : public HTMLElement
 {
 public:
@@ -254,5 +256,5 @@ class DOMString;
  *
  */
-class HTMLParagraphElement : public HTMLElement
+class KHTML_EXPORT HTMLParagraphElement : public HTMLElement
 {
 public:
@@ -295,5 +297,5 @@ class HTMLPreElementImpl;
  *
  */
-class HTMLPreElement : public HTMLElement
+class KHTML_EXPORT HTMLPreElement : public HTMLElement
 {
 public:
@@ -333,5 +335,5 @@ class HTMLLayerElementImpl;
  *
  */
-class HTMLLayerElement : public HTMLElement
+class KHTML_EXPORT HTMLLayerElement : public HTMLElement
 {
 public:

--- kdelibs/khtml/dom/html_element.h  #1.24:1.25
@@ -31,4 +31,6 @@
 
 #include <dom/dom_element.h>
+#include <kdelibs_export.h>
+
 class KHTMLView;
 
@@ -65,5 +67,5 @@ class HTMLCollection;
  *
  */
-class HTMLElement : public Element
+class KHTML_EXPORT HTMLElement : public Element
 {
     friend class HTMLDocument;

--- kdelibs/khtml/dom/html_inline.h  #1.15:1.16
@@ -32,4 +32,6 @@
 #include <dom/html_element.h>
 
+#include <kdelibs_export.h>
+
 namespace DOM {
 class HTMLGenericElementImpl;
@@ -43,5 +45,5 @@ class DOMString;
  *
  */
-class HTMLAnchorElement : public HTMLElement
+class KHTML_EXPORT HTMLAnchorElement : public HTMLElement
 {
 public:
@@ -247,5 +249,5 @@ class HTMLBRElementImpl;
  *
  */
-class HTMLBRElement : public HTMLElement
+class KHTML_EXPORT HTMLBRElement : public HTMLElement
 {
 public:
@@ -290,5 +292,5 @@ class DOMString;
  *
  */
-class HTMLFontElement : public HTMLElement
+class KHTML_EXPORT HTMLFontElement : public HTMLElement
 {
 public:
@@ -360,5 +362,5 @@ class DOMString;
  *
  */
-class HTMLModElement : public HTMLElement
+class KHTML_EXPORT HTMLModElement : public HTMLElement
 {
 public:
@@ -418,5 +420,5 @@ class HTMLQuoteElementImpl;
  * element only.
  */
-class HTMLQuoteElement : public HTMLElement
+class KHTML_EXPORT HTMLQuoteElement : public HTMLElement
 {
 public:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic