[RFC] remove KconfigGroupSaver for KDE4

Stephan Kulow coolo at kde.org
Thu Oct 27 06:05:46 BST 2005


On Wednesday 26 October 2005 22:02, Thomas Braxton wrote:
> I removed all uses of the deprecated class KConfigGroupSaver. I wanted to
> run this by you guys before I committed it, since it touches so many files.
> Attached is the diff for kdecore, the rest of kdelibs is more of the same.
> I couldn't send the whole thing, because it is too big.
>
> ok to commit?
The converted uses: yes.

But this one is bad:
-class KDECORE_EXPORT KConfigGroupSaver // KDE4 remove
+class KConfigGroupSaver // KDE4 remove

This will generate linker errors, not compile errors. So you better leave it 
as is but wrap the whole class with a #ifdef KDE3_SUPPORT

Greetings, Stephan




More information about the kde-core-devel mailing list