kdelibs/kdecore
Ivailo Monev 61333c4671 generic: namespaced Qt4/Katie build fixes
most of the changes were done trought Katie's namefsck script which
convertes forward class declarations to include directives, however
other fixes here and there were needed as well as some questionable
changes to Q_DECLARE_TYPEINFO() macro calls because they most likely
have to do the namespacing themselfs (QT_BEGIN/END_NAMESPACE, and
probably will be in Katie) meaning that some of the changes may be
temporary and reverted later.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2017-08-04 09:24:39 +00:00
..
auth generic: misc cleanups 2017-06-24 08:06:43 +00:00
compression generic: misc cleanups 2017-06-24 08:06:43 +00:00
config kdecore: get rid of useless header and class declaration 2017-06-24 06:37:36 +00:00
date generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
io generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
jobs generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
kconfig_compiler generic: fix indentation compiler warnings 2016-06-11 19:34:32 +00:00
kernel generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
localization generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
network generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
services generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
sonnet generic: misc cleanups 2016-09-30 23:38:25 +00:00
sycoca generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
tests generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
text generic: misc cleanups 2017-06-24 08:06:43 +00:00
util generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
CMakeLists.txt generic: get rid of kdefakes 2017-08-02 04:38:42 +00:00
config-kstandarddirs.h.cmake initial import 2014-11-13 01:04:59 +02:00
generate_string_table.pl generic: misc cleanups 2015-09-04 01:57:47 +00:00
kde-config.cpp generic: cleanups remains of custom apps resources support 2015-09-06 14:42:29 +03:00
kdebug.areas generic: replace kdesu with kdesudo 2016-05-15 02:06:56 +00:00
kdebugrc initial import 2014-11-13 01:04:59 +02:00
kdecore.pc.in initial import 2014-11-13 01:04:59 +02:00
MAINTAINERS generic: get rid of KZoneAllocator 2016-04-06 09:15:26 +00:00
README initial import 2014-11-13 01:04:59 +02:00

This is the KDE "core" library.  The kdecore library provides basic non user
interface functionality. The classes in this library should not require linkage
to QtGui or any other library that requires a graphical interface.