2011/9/28 Martin Klapetek <[email protected]>: >> @martin Have you had any thoughts on how to update the kded settings >> whilst it's running? > > I had some thoughts but no solution yet. I will investigate further. Really > nice would be some config watcher. Is there something like that in kdelibs?
You can emit a d-bus signal and catch it on the other side, like KGlobalSettings does internally: emit: http://api.kde.org/4.7-api/kdelibs-apidocs/kdeui/html/kglobalsettings_8cpp_source.html#l00819 connect: http://api.kde.org/4.7-api/kdelibs-apidocs/kdeui/html/kglobalsettings_8cpp_source.html#l00210 _______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
