diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 19:08:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 12:06:56 +0900 |
commit | 417373531b083515e27868c9baa13282463beffa (patch) | |
tree | 6cf22b76c456bebefb5e6f3b94304d8957118c1a /tdeio/kssl | |
parent | 69ec8f3e01ba724655f4b7e16519f8a4882d3489 (diff) | |
download | tdelibs-417373531b083515e27868c9baa13282463beffa.tar.gz tdelibs-417373531b083515e27868c9baa13282463beffa.zip |
Rename kdemacros.* files to tdemacros.*
A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6)
Diffstat (limited to 'tdeio/kssl')
-rw-r--r-- | tdeio/kssl/ksslcertchain.h | 2 | ||||
-rw-r--r-- | tdeio/kssl/ksslutils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/kssl/ksslcertchain.h b/tdeio/kssl/ksslcertchain.h index bf9c66cc3..960bcfbb4 100644 --- a/tdeio/kssl/ksslcertchain.h +++ b/tdeio/kssl/ksslcertchain.h @@ -23,7 +23,7 @@ #include <tqglobal.h> #include <tqptrlist.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQString; class TQCString; diff --git a/tdeio/kssl/ksslutils.h b/tdeio/kssl/ksslutils.h index eca012b9b..5fa05a023 100644 --- a/tdeio/kssl/ksslutils.h +++ b/tdeio/kssl/ksslutils.h @@ -20,7 +20,7 @@ #ifndef _INCLUDE_KSSLUTILS_H #define _INCLUDE_KSSLUTILS_H -#include <kdemacros.h> +#include <tdemacros.h> #ifdef TQ_WS_WIN #include "ksslconfig_win.h" |