From kde-core-devel Tue Jan 22 13:37:25 2002 From: Matthias Ettrich Date: Tue, 22 Jan 2002 13:37:25 +0000 To: kde-core-devel Subject: Re: todo before KDE3? X-MARC-Message: https://marc.info/?l=kde-core-devel&m=101170674014054 On Tuesday 22 January 2002 02:19, Karol Szwed wrote: > On Mon, 21 Jan 2002 16:36:16 +0100, David Faure wrote: > >> Why don't remove KStyle *style()? > > > >We probably should, I've seen KStyle has been removed ;) > > KStyle has not been removed, it has been replaced. ;-) > The old KDEStyle stuff in kdecore has been thrown out due to QStyle API > changes, and a new KStyle placed in kdefx so we don't get qt-only > application segfaults if styles link to kdecore. > > Speaking of styles, we *really* need to modify KApplication and KIPC not to > interfere with Qt3's new style switching method. I mean, fire up qtconfig, > switch styles, colors or fonts and KDE apps don't get the new settings > applied. KApplication/KIPC seems to be blocking this somehow. Hmm, but isn't the other way round much more important? When we change colors/style/fonts in KControl, Qt-only application should change as well. In other words: we should do what qtconfig does _in_addition_ to what we do for KDE applciations. qtconfig really is a poor-man's KControl for Qt applications for those not running KDE. Matthias