https://bugs.kde.org/show_bug.cgi?id=422529
--- Comment #25 from feat...@engineer.com --- I've refactored most of the code. I now run into lots of deprecated warnings, naturally :) This opens new questions: 1. How do we want to associate keyboard shortcut settings? Do we keep them outside, in kde-app, in plasma, or should we have a third category? 2. Will KConfigGui be exclusively used by kde applications, so we can write it to kde-app? or do we need to also deprecate its default constructor and require association? 3. Do you agree the KEmailSettings should be save to kde-app? 4. Where do we want kconf_updaterc to reside? (used by KonfUpdate (also, this name seems like a spelling error, it should probably have been KConfUpdate...) There are also kreadconfig and kwriteconfig command line utilities which should probably get additional optional flag for association, and default to no association. This had become much more pervasive a change than I had anticipated, but it's really close to a PR now. -- You are receiving this mail because: You are watching all bug changes.