diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 20:35:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 20:35:25 +0000 |
commit | a93c19aaac4a8bdd50dcf36b372932e7145097f2 (patch) | |
tree | d8c179eef20efa70c159d93d6c6135bc20fcb650 /kdecore/Mainpage.dox | |
parent | ffbbad3e9ef672d8b59f2fd628addb705b6d85da (diff) | |
download | tdelibs-a93c19aaac4a8bdd50dcf36b372932e7145097f2.tar.gz tdelibs-a93c19aaac4a8bdd50dcf36b372932e7145097f2.zip |
All documentation references to KDE should now be converted to Trinity for the new API website
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1176842 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/Mainpage.dox')
-rw-r--r-- | kdecore/Mainpage.dox | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/kdecore/Mainpage.dox b/kdecore/Mainpage.dox index 338b27ae5..fea4b533a 100644 --- a/kdecore/Mainpage.dox +++ b/kdecore/Mainpage.dox @@ -1,18 +1,18 @@ -/** \mainpage The KDE Core Library +/** \mainpage The Trinity Core Library -All KDE programs use this library to provide basic functionality such +All Trinity programs use this library to provide basic functionality such as the configuration system, IPC, internationalization and locale support, site-independent access to the filesystem and a large number of other (but no less important) things. <p> -All KDE applications should link to the kdecore library. Also, using a -KApplication derived class instead of QApplication is almost +All Trinity applications should link to the kdecore library. Also, using a +KApplication derived class instead of TQApplication is almost mandatory if you expect your application to behave nicely within the -KDE environment. +Trinity environment. If you are unsure where to start, have a look at the -<a href="http://techbase.kde.org/Development/Tutorials">tutorials on -TechBase</a> to get you going. +<a href="http://trinity.pearsoncomputing.net">tutorials on +the Trinity project site</a> to get you going. If you know what you are looking for, you should be able to find it in the <a href="annotated.html">class list</a> or the @@ -22,9 +22,7 @@ the <a href="annotated.html">class list</a> or the Various: see copyrights on individual files for more information @maintainers -See the -<a href="http://websvn.kde.org/trunk/KDE/kdelibs/kdecore/MAINTAINERS?view=markup">MAINTAINERS</a> -file. +See the MAINTAINERS file. @licenses Library: @lgpl<br> @@ -34,11 +32,11 @@ Some helper utilities: @gpl /** -\defgroup KDEMacros KDE Macros +\defgroup TrinityMacros Trinity Macros */ // DOXYGEN_EXCLUDE = malloc kde_file.h // DOXYGEN_SET_INPUT += @topdir@/kdemacros.h.cmake -// DOXYGEN_SET_PROJECT_NAME = KDECore +// DOXYGEN_SET_PROJECT_NAME = TrinityCore // vim:ts=4:sw=4:expandtab:filetype=doxygen |