On Sat, Sep 30, 2000 at 11:52:38AM +0200, Stephan Kulow wrote: Hi, > > using KProcess for starting kcmshell Group/Module is bad, because you can > > launch the same module several times. kcmshell should be a unique app > > making sure a module is loaded only once. > > > > Cheers, > > Carsten Pfeiffer > > Making kcmshell a unique app is wrong as it can open several modules, > but it should be impossible to load one module twice. Can this be done > with dcop? I guess so :) sure, but a unique-app should work as well. Just check if you have the specified module already open in newInstance(). If yes, raise() that one, if not, open a new window. Or did I misunderstand you? Cheers, Carsten Pfeiffer