From f23f0ef919ad50e7ac02f1a965a424d1ed720237 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 14 May 2024 12:36:29 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro (cherry picked from commit 43e38f2c0a00cdc052660fab01d32df2c7dc24b0) --- tdehtml/dom/dom_node.h | 4 ++-- tdehtml/dom/html_form.h | 4 ++-- tdehtml/dom/html_image.h | 4 ++-- tdehtml/dom/html_misc.h | 4 ++-- tdehtml/dom/html_object.h | 16 ++++++++-------- 5 files changed, 16 insertions(+), 16 deletions(-) (limited to 'tdehtml') 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