From kde-core-devel Wed Aug 02 18:47:11 2000 From: David Faure Date: Wed, 02 Aug 2000 18:47:11 +0000 To: kde-core-devel Subject: Re: slots and dcopobjects X-MARC-Message: https://marc.info/?l=kde-core-devel&m=96524225610901 On Wed, 02 Aug 2000, Antonio Larrosa wrote : >So the moral seems to be : >Don't connect signals to slots which are also "dcop slots". > >Please tell me that I'm wrong :) Alas, no. I have also discovered that a dcop method (it's not a slot) can't be a slot at the same time. That's the reason for the following ugly thing in kdebase/kdesktop/desktop.cc: void KDesktop::slotConfigure() // normal slot { configure(); } void KDesktop::configure() // dcop method { ... do the stuff here } Bah :( -- David FAURE, david@mandrakesoft.com, faure@kde.org http://home.clara.net/faure/, http://www.konqueror.org/ KDE, Making The Future of Computing Available Today See http://www.kde.org/kde1-and-kde2.html for how to set up KDE 2