diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:39:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 12:39:13 +0900 |
commit | 1759a437e3254dc033d902a364b74e6280a42b42 (patch) | |
tree | 2141895e61884c1d095302329f9d740109ce4dd0 /tdeioslave/man | |
parent | 060c43a4cd3c1f391abeb191045bc6b03e08a38f (diff) | |
download | tdebase-1759a437e3254dc033d902a364b74e6280a42b42.tar.gz tdebase-1759a437e3254dc033d902a364b74e6280a42b42.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave/man')
-rw-r--r-- | tdeioslave/man/man2html.cpp | 2 |
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 |