diff options
Diffstat (limited to 'tdehtml/dom/html_object.h')
-rw-r--r-- | tdehtml/dom/html_object.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tdehtml/dom/html_object.h b/tdehtml/dom/html_object.h index 56c592fa3..6161f8ef2 100644 --- a/tdehtml/dom/html_object.h +++ b/tdehtml/dom/html_object.h @@ -167,12 +167,12 @@ public: /** * @deprecated */ - DOMString hspace() const KDE_DEPRECATED; + DOMString hspace() const TDE_DEPRECATED; /** * @deprecated */ - void setHspace( const DOMString &value ) KDE_DEPRECATED; + void setHspace( const DOMString &value ) TDE_DEPRECATED; /** * The name of the applet. See the <a @@ -220,12 +220,12 @@ public: /** * @deprecated */ - DOMString vspace() const KDE_DEPRECATED; + DOMString vspace() const TDE_DEPRECATED; /** * @deprecated */ - void setVspace( const DOMString & ) KDE_DEPRECATED; + void setVspace( const DOMString & ) TDE_DEPRECATED; /** * Override width. See the <a @@ -419,12 +419,12 @@ public: /** * @deprecated */ - DOMString hspace() const KDE_DEPRECATED; + DOMString hspace() const TDE_DEPRECATED; /** * @deprecated */ - void setHspace( const DOMString & ) KDE_DEPRECATED; + void setHspace( const DOMString & ) TDE_DEPRECATED; /** * Form control or object name when submitted with a form. See the @@ -512,12 +512,12 @@ public: /** * @deprecated */ - DOMString vspace() const KDE_DEPRECATED; + DOMString vspace() const TDE_DEPRECATED; /** * @deprecated */ - void setVspace( const DOMString & ) KDE_DEPRECATED; + void setVspace( const DOMString & ) TDE_DEPRECATED; /** * Override width. See the <a |