diff options
Diffstat (limited to 'tdehtml/dom')
-rw-r--r-- | tdehtml/dom/dom_node.h | 4 | ||||
-rw-r--r-- | tdehtml/dom/html_form.h | 4 | ||||
-rw-r--r-- | tdehtml/dom/html_image.h | 4 | ||||
-rw-r--r-- | tdehtml/dom/html_misc.h | 4 | ||||
-rw-r--r-- | tdehtml/dom/html_object.h | 16 |
5 files changed, 16 insertions, 16 deletions
diff --git a/tdehtml/dom/dom_node.h b/tdehtml/dom/dom_node.h index b87997547..47f3ba9ef 100644 --- a/tdehtml/dom/dom_node.h +++ b/tdehtml/dom/dom_node.h @@ -900,12 +900,12 @@ public: * @internal returns the index of a node */ unsigned long index() const; - TQString toHTML() KDE_DEPRECATED; + TQString toHTML() TDE_DEPRECATED; void applyChanges(); /** * @deprecated without substitution since 3.2 */ - void getCursor(int offset, int &_x, int &_y, int &height) KDE_DEPRECATED; + void getCursor(int offset, int &_x, int &_y, int &height) TDE_DEPRECATED; /** * not part of the DOM. * @returns the exact coordinates and size of this element. diff --git a/tdehtml/dom/html_form.h b/tdehtml/dom/html_form.h index d0e20da73..63c626356 100644 --- a/tdehtml/dom/html_form.h +++ b/tdehtml/dom/html_form.h @@ -534,12 +534,12 @@ public: /** * @deprecated */ - DOMString size() const KDE_DEPRECATED; + DOMString size() const TDE_DEPRECATED; /** * @deprecated */ - void setSize( const DOMString & ) KDE_DEPRECATED; + void setSize( const DOMString & ) TDE_DEPRECATED; /** * Size information. The precise meaning is specific to each type diff --git a/tdehtml/dom/html_image.h b/tdehtml/dom/html_image.h index 8258d7a63..f6f25b0d6 100644 --- a/tdehtml/dom/html_image.h +++ b/tdehtml/dom/html_image.h @@ -256,12 +256,12 @@ public: /** * @deprecated */ - long border() const KDE_DEPRECATED; + long border() const TDE_DEPRECATED; /** * @deprecated */ - void setBorder( long ) KDE_DEPRECATED; + void setBorder( long ) TDE_DEPRECATED; /** * Override height. See the <a diff --git a/tdehtml/dom/html_misc.h b/tdehtml/dom/html_misc.h index 9cb6dc976..d10ea6af0 100644 --- a/tdehtml/dom/html_misc.h +++ b/tdehtml/dom/html_misc.h @@ -105,12 +105,12 @@ public: /** * @deprecated */ - DOMString size() const KDE_DEPRECATED; + DOMString size() const TDE_DEPRECATED; /** * @deprecated */ - void setSize( const DOMString & ) KDE_DEPRECATED; + void setSize( const DOMString & ) TDE_DEPRECATED; }; // -------------------------------------------------------------------------- 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 |