diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:39:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 18:45:44 +0900 |
commit | 3dd373bc1d60f07cf4a135886bcbb14894afd960 (patch) | |
tree | b8a87f171991a7fdf7fe88abea8aa7aa12a5ad6d /krootbacking | |
parent | 87f85a9a026b386df8f89ad3868640745a7166ce (diff) | |
download | tdebase-3dd373bc1d60f07cf4a135886bcbb14894afd960.tar.gz tdebase-3dd373bc1d60f07cf4a135886bcbb14894afd960.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1759a437e3254dc033d902a364b74e6280a42b42)
Diffstat (limited to 'krootbacking')
-rw-r--r-- | krootbacking/krootbacking.h | 2 |
1 files changed, 1 insertions, 1 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 |