summaryrefslogtreecommitdiffstats
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
parent87f85a9a026b386df8f89ad3868640745a7166ce (diff)
downloadtdebase-r14.1.x.tar.gz
tdebase-r14.1.x.zip
Replace KDE_DEPRECATED with TDE_DEPRECATEDr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1759a437e3254dc033d902a364b74e6280a42b42)
-rw-r--r--krootbacking/krootbacking.h2
-rw-r--r--libkonq/konq_popupmenu.h4
-rw-r--r--tdeioslave/man/man2html.cpp2
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