KConfigBase cleanup

David Faure faure at kde.org
Tue Jan 10 16:45:21 GMT 2006


On Tuesday 10 January 2006 17:40, Thomas Braxton wrote:
> I was thinking it could be defined something like:
> #ifndef KDE3_SUPPORT
> #define KDE3_EXPORT KDE_NO_EXPORT // or KDE_DEPRECATED or a combination
> #else
> #define KDE3_EXPORT KDE_EXPORT
> #endif
> then I could move all of the functions that are still in KConfigBase for KDE3 
> support to kde3support.

Well at least the definition (.h) of those methods would have to remain in the class,
so why not the code too? This is what Qt does, too - libqt3support is only for entire
classes, not for single methods.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).





More information about the kde-core-devel mailing list