diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:39:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:39:13 +0900 |
commit | 1759a437e3254dc033d902a364b74e6280a42b42 (patch) | |
tree | 2141895e61884c1d095302329f9d740109ce4dd0 | |
parent | 060c43a4cd3c1f391abeb191045bc6b03e08a38f (diff) | |
download | tdebase-1759a437e3254dc033d902a364b74e6280a42b42.tar.gz tdebase-1759a437e3254dc033d902a364b74e6280a42b42.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | krootbacking/krootbacking.h | 2 | ||||
-rw-r--r-- | libkonq/konq_popupmenu.h | 4 | ||||
-rw-r--r-- | 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 |