1 /** \mainpage The KDE Core Library
3 All KDE programs use this library to provide basic functionality such
4 as the configuration system, IPC, internationalization and locale
5 support, site-independent access to the filesystem and a large number
6 of other (but no less important) things.
8 All KDE applications should link to the kdecore library. Also, using a
9 KApplication derived class instead of QApplication is almost
10 mandatory if you expect your application to behave nicely within the
13 If you are unsure where to start, have a look at the
14 <a href="http://techbase.kde.org/Development/Tutorials">tutorials on
15 TechBase</a> to get you going.
17 If you know what you are looking for, you should be able to find it in
18 the <a href="annotated.html">class list</a> or the
19 <a href="modules.html">modules list</a>.
22 Various: see copyrights on individual files for more information
26 <a href="http://websvn.kde.org/trunk/KDE/kdelibs/kdecore/MAINTAINERS?view=markup">MAINTAINERS</a>
31 Some helper utilities: @gpl
37 \defgroup KDEMacros KDE Macros
41 // DOXYGEN_EXCLUDE = malloc kde_file.h
42 // DOXYGEN_SET_INPUT += @topdir@/kdemacros.h.cmake
43 // DOXYGEN_SET_INPUT += @topdir@/kdecore/util/kdeversion.h.cmake
44 // DOXYGEN_SET_PROJECT_NAME = KDECore
45 // vim:ts=4:sw=4:expandtab:filetype=doxygen