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 /tdecore/Mainpage.dox | |
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 'tdecore/Mainpage.dox')
-rw-r--r-- | tdecore/Mainpage.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/Mainpage.dox b/tdecore/Mainpage.dox index c275aa84e..4a74d242a 100644 --- a/tdecore/Mainpage.dox +++ b/tdecore/Mainpage.dox @@ -37,5 +37,5 @@ Some helper utilities: @gpl */ // DOXYGEN_EXCLUDE = malloc kde_file.h -// DOXYGEN_SET_INPUT += @topdir@/kdemacros.h.cmake +// DOXYGEN_SET_INPUT += @topdir@/tdemacros.h.cmake // DOXYGEN_SET_PROJECT_NAME = TrinityCore |