diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2022-11-29 22:35:03 +0000 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2022-11-29 22:35:03 +0000 |
commit | e71c119a05916aa8b1327b347db8f178291aac32 (patch) | |
tree | 26f244d605d6113f051dabbfcfcba39b72a0d072 | |
parent | cc4de7a3cc20aab13430bad461a4e1e35cca794d (diff) | |
download | tdelibs-e71c119a05916aa8b1327b347db8f178291aac32.tar.gz tdelibs-e71c119a05916aa8b1327b347db8f178291aac32.zip |
kded API doc page has replaced KDE with Trinity where it should not be replaced
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
-rw-r--r-- | kded/Mainpage.dox | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kded/Mainpage.dox b/kded/Mainpage.dox index 10a9da06a..95ba4a4cf 100644 --- a/kded/Mainpage.dox +++ b/kded/Mainpage.dox @@ -1,11 +1,11 @@ -/** @mainpage The Trinity Daemon +/** @mainpage The Trinity Daemon (KDED) -TrinityD runs in the background and performs a number of small tasks. Some +KDED runs in the background and performs a number of small tasks. Some of these tasks are built in, others are started on demand. <p> The chances are you are looking here because you want to write a -TrinityD module. For that, see TrinityDModule in tdecore and the -<a href="http://websvn.kde.org/trunk/Trinity/tdelibs/kded/README.kded?view=markup">TrinityD +KDED module. For that, see KDEDModule in tdecore and the +<a href="https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/src/branch/master/kded">KDED README</a>. @@ -22,4 +22,4 @@ Waldo Bastian \<bastian@kde.org\> */ // DOXYGEN_REFERENCES = tdecore tdeui tdeio -// DOXYGEN_SET_PROJECT_NAME = TrinityD +// DOXYGEN_SET_PROJECT_NAME = KDED |