From kde-pim Sun Sep 15 11:07:09 2002 From: Rik Hemsley Date: Sun, 15 Sep 2002 11:07:09 +0000 To: kde-pim Subject: Re: [Kde-pim] Can somebody have a look? X-MARC-Message: https://marc.info/?l=kde-pim&m=103208808617908 #if Mirko Boehm > -----BEGIN PGP SIGNED MESSAGE----- > > Hey Folks, > > it is late, and I have the feeling my mind is getting slow :-) > > I have added code to pass requests to send mail and browse to the > viewmanager. Anyways, when running kaddressbook, I get: > > QObject::connect: No such signal KABDetailedView::sendEmail(const > QString&address) > QObject::connect: (sender name: 'unnamed') > QObject::connect: (receiver name: 'DetailsViewContainerBase') > QObject::connect: No such signal KABDetailedView::browse(const > QString&url) QObject::connect: (sender name: 'unnamed') > QObject::connect: (receiver name: 'DetailsViewContainerBase') > > The KABDetailedView definitly has this signals since it is derived > from KABBasicLook that has it. And it worked before. > > Looks like a twist in my mind. Will investigate tomorrow if nobody > else works on it. Perhaps you're using a namespace and you're encountering the moc bug where you need explicitly name the namespace of a parent class when inheriting ? e.g. namespace NS { class B : public NS::A { ... Rik -- http://rikkus.info _______________________________________________ kde-pim mailing list kde-pim@mail.kde.org http://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/