summaryrefslogtreecommitdiffstats
path: root/tdeioslave/man/man2html.cpp
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 18:45:44 +0900
commit3dd373bc1d60f07cf4a135886bcbb14894afd960 (patch)
treeb8a87f171991a7fdf7fe88abea8aa7aa12a5ad6d /tdeioslave/man/man2html.cpp
parent87f85a9a026b386df8f89ad3868640745a7166ce (diff)
downloadtdebase-3dd373bc1d60f07cf4a135886bcbb14894afd960.tar.gz
tdebase-3dd373bc1d60f07cf4a135886bcbb14894afd960.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1759a437e3254dc033d902a364b74e6280a42b42)
Diffstat (limited to 'tdeioslave/man/man2html.cpp')
-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