diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 19:08:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 19:08:44 +0900 |
commit | 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6 (patch) | |
tree | 1aaa2e5fab40b31281d139824c0a0cf1d2cc63b9 /tdeio | |
parent | 6f4c529b36bcea84d6f05a724d99f476ced08fe9 (diff) | |
download | tdelibs-1307964495cdc9a74f7b4aabab14ad9ffaa93dd6.tar.gz tdelibs-1307964495cdc9a74f7b4aabab14ad9ffaa93dd6.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>
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/bookmarks/kbookmarkimporter_crash.h | 2 | ||||
-rw-r--r-- | tdeio/bookmarks/kbookmarkimporter_ie.h | 2 | ||||
-rw-r--r-- | tdeio/bookmarks/kbookmarkimporter_ns.h | 2 | ||||
-rw-r--r-- | tdeio/kssl/ksslcertchain.h | 2 | ||||
-rw-r--r-- | tdeio/kssl/ksslutils.h | 2 | ||||
-rw-r--r-- | tdeio/tdefile/kpropertiesdialog.h | 2 | ||||
-rw-r--r-- | tdeio/tdeio/posixacladdons.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tdeio/bookmarks/kbookmarkimporter_crash.h b/tdeio/bookmarks/kbookmarkimporter_crash.h index 007dcf86a..d6bc81a12 100644 --- a/tdeio/bookmarks/kbookmarkimporter_crash.h +++ b/tdeio/bookmarks/kbookmarkimporter_crash.h @@ -24,7 +24,7 @@ #include <tqstringlist.h> #include <tqmap.h> #include <ksimpleconfig.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "kbookmarkimporter.h" diff --git a/tdeio/bookmarks/kbookmarkimporter_ie.h b/tdeio/bookmarks/kbookmarkimporter_ie.h index d0707cefb..70f4ee0b6 100644 --- a/tdeio/bookmarks/kbookmarkimporter_ie.h +++ b/tdeio/bookmarks/kbookmarkimporter_ie.h @@ -23,7 +23,7 @@ #include <tqcstring.h> #include <tqstringlist.h> #include <ksimpleconfig.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <kbookmarkimporter.h> diff --git a/tdeio/bookmarks/kbookmarkimporter_ns.h b/tdeio/bookmarks/kbookmarkimporter_ns.h index 4ccee6fa3..d765bd7db 100644 --- a/tdeio/bookmarks/kbookmarkimporter_ns.h +++ b/tdeio/bookmarks/kbookmarkimporter_ns.h @@ -23,7 +23,7 @@ #include <tqcstring.h> #include <tqstringlist.h> #include <ksimpleconfig.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "kbookmarkimporter.h" #include "kbookmarkexporter.h" 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" diff --git a/tdeio/tdefile/kpropertiesdialog.h b/tdeio/tdefile/kpropertiesdialog.h index 61fc22a6b..8fa1a5880 100644 --- a/tdeio/tdefile/kpropertiesdialog.h +++ b/tdeio/tdefile/kpropertiesdialog.h @@ -31,7 +31,7 @@ #include <tqstring.h> #include <tqptrlist.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <kurl.h> #include <tdefileitem.h> #include <kdialogbase.h> diff --git a/tdeio/tdeio/posixacladdons.cpp b/tdeio/tdeio/posixacladdons.cpp index 1e4d9bec0..c4d4ca555 100644 --- a/tdeio/tdeio/posixacladdons.cpp +++ b/tdeio/tdeio/posixacladdons.cpp @@ -21,7 +21,7 @@ #if defined(USE_POSIX_ACL) && !defined(HAVE_NON_POSIX_ACL_EXTENSIONS) -#include <kdemacros.h> +#include <tdemacros.h> #include <errno.h> #include <sys/stat.h> |