From 1759a437e3254dc033d902a364b74e6280a42b42 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 May 2024 12:39:13 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro --- krootbacking/krootbacking.h | 2 +- libkonq/konq_popupmenu.h | 4 ++-- tdeioslave/man/man2html.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/krootbacking/krootbacking.h b/krootbacking/krootbacking.h index a430d3c45..212290905 100644 --- a/krootbacking/krootbacking.h +++ b/krootbacking/krootbacking.h @@ -76,7 +76,7 @@ public: * Deprecated, use isAvailable() instead. * @deprecated */ - KDE_DEPRECATED bool checkAvailable(bool) { return isAvailable(); } + TDE_DEPRECATED bool checkAvailable(bool) { return isAvailable(); } #endif /** @since 3.2 diff --git a/libkonq/konq_popupmenu.h b/libkonq/konq_popupmenu.h index d50142c2f..d4c956029 100644 --- a/libkonq/konq_popupmenu.h +++ b/libkonq/konq_popupmenu.h @@ -79,7 +79,7 @@ public: KURL viewURL, TDEActionCollection & actions, KNewMenu * newMenu, - bool showPropertiesAndFileType = true ) KDE_DEPRECATED; + bool showPropertiesAndFileType = true ) TDE_DEPRECATED; /** * @deprecated uses bool instead of KonqPopupFlags enum, @@ -91,7 +91,7 @@ public: TDEActionCollection & actions, KNewMenu * newMenu, TQWidget * parentWidget, - bool showPropertiesAndFileType = true ) KDE_DEPRECATED; + bool showPropertiesAndFileType = true ) TDE_DEPRECATED; /** * Constructor diff --git a/tdeioslave/man/man2html.cpp b/tdeioslave/man/man2html.cpp index 3f27feb68..69c0e25c5 100644 --- a/tdeioslave/man/man2html.cpp +++ b/tdeioslave/man/man2html.cpp @@ -1075,7 +1075,7 @@ static TQCString set_font( const TQCString& name ) /// \deprecated static TQCString set_font( const char ch ) #ifndef SIMPLE_MAN2HTML - KDE_DEPRECATED; + TDE_DEPRECATED; static TQCString set_font( const char ch ) #endif -- cgit v1.2.1