summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:39:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:39:13 +0900
commit1759a437e3254dc033d902a364b74e6280a42b42 (patch)
tree2141895e61884c1d095302329f9d740109ce4dd0 /tdeioslave
parent060c43a4cd3c1f391abeb191045bc6b03e08a38f (diff)
downloadtdebase-1759a437e3254dc033d902a364b74e6280a42b42.tar.gz
tdebase-1759a437e3254dc033d902a364b74e6280a42b42.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/man/man2html.cpp2
1 files changed, 1 insertions, 1 deletions
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