You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/kcminit
Michele Calgaro d0a2cfa94f
kcminit: fix initialization of multiple modules provided by a single library. This resolves issue #554.
The problem was that libinput was serving multiple modules and after initializing the first one, the others would be ignored because of a check on whether the library itself had already been initialized.
The solution is rather simple and checks not only the library name but also the module factory name. This ensures each library/factory module is correctly initialized.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 months ago
..
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Makefile.am Additional k => tde renaming and fixes 12 years ago
main.cpp kcminit: fix initialization of multiple modules provided by a single library. This resolves issue #554. 2 months ago
main.h Replace Q_OBJECT with TQ_OBJECT 2 years ago