diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /kinit/Mainpage.dox | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kinit/Mainpage.dox')
-rw-r--r-- | kinit/Mainpage.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kinit/Mainpage.dox b/kinit/Mainpage.dox index 5f76313c7..06a34909b 100644 --- a/kinit/Mainpage.dox +++ b/kinit/Mainpage.dox @@ -1,6 +1,6 @@ /** @mainpage Trinity Initialization Routines -kdeinit is a process launcher somewhat similar to the +tdeinit is a process launcher somewhat similar to the famous init used for booting UNIX. <p> It launches processes by forking and then loading a @@ -8,8 +8,8 @@ dynamic library which should contain a 'main(...)' function. This both increases the startup speed and reduces the memory consumption of Trinity applications. -kdeinit_wrapper, kshell and kwrapper provide methods -of starting programs via kdeinit. +tdeinit_wrapper, kshell and kwrapper provide methods +of starting programs via tdeinit. @authors Waldo Bastian \<bastian@kde.org\><br> @@ -24,6 +24,6 @@ Most code is @lgpl */ -// DOXYGEN_REFERENCES = kdecore +// DOXYGEN_REFERENCES = tdecore // DOXYGEN_SET_PROJECT_NAME = KInit // vim:ts=4:sw=4:expandtab:filetype=doxygen |