On Tuesday 22 January 2002 10:53, Simon Hausmann wrote: >Hi, > >Looking through the kdeui API I see something strange in KCModule: > > /** > * Realizes the settings in the config files. > * > * This method may be called during system startup to apply the > * information in the config files to the running system. > * > * Note that this method is static, so it is not necessary to > * create an instance of the module at system startup. > * Generally, it should be avoided to construct GUI elements > * in this method. > */ > static void init() {}; > >Any objections against removing this method? > I am sure I removed it. it is useless anyway as we use the init_MODULENAME function anyway. I am just wondering if we should still move the init stuff to an own application before 3.0 so we can use KGF everywhere and to get it (hopefully) a bit faster. Cheers, -- Daniel Molkentin | The K Desktop Environment | http://www.kde.org KDE 3.0 - Konquer your Desktop!