From kde-devel Tue Sep 09 09:12:05 2003 From: Michael Thaler Date: Tue, 09 Sep 2003 09:12:05 +0000 To: kde-devel Subject: Re: kpaint X-MARC-Message: https://marc.info/?l=kde-devel&m=106309895403052 Hello, > My second problem is, that the signals do not work any longer. The > original code was: > > mapper->setMapping( toolMenuAction, id++ ); > connect( toolMenuAction, SIGNAL( activated() ), > mapper, SLOT( map() ) ); > > here, toolMenuAction is a KRadioAction. Any ideas why my code does not > work? Stupid me, this works: mapper->setMapping( toolButton, id++ ); connect( toolButton, SIGNAL( clicked() ), mapper, SLOT( map() ) ); :-)) Take care, Michael -- We shall not cease from exploration, and the end of all our exploring will be to arrive where we started and know the place for the first time. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<