summaryrefslogtreecommitdiffstats
path: root/certmanager/lib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:40:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:40:29 +0900
commit2f5f281048b6969c784a62fa296e9dac65c246d3 (patch)
treebc1806e82c7188ea9ad2f8ff0653d048fc6f8700 /certmanager/lib
parentfc33fbf5ae054e039bfd10238a5f1c6cdde6fea3 (diff)
downloadtdepim-2f5f281048b6969c784a62fa296e9dac65c246d3.tar.gz
tdepim-2f5f281048b6969c784a62fa296e9dac65c246d3.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'certmanager/lib')
-rw-r--r--certmanager/lib/cryptplugfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/lib/cryptplugfactory.h b/certmanager/lib/cryptplugfactory.h
index 2091b982c..05202e3f2 100644
--- a/certmanager/lib/cryptplugfactory.h
+++ b/certmanager/lib/cryptplugfactory.h
@@ -39,7 +39,7 @@
#ifndef LIBKLEOPATRA_NO_COMPAT
namespace Kleo {
- //typedef CryptoBackendFactory CryptPlugFactory KDE_DEPRECATED;
+ //typedef CryptoBackendFactory CryptPlugFactory TDE_DEPRECATED;
}
class CryptPlugWrapper;