From kde-devel Thu Oct 28 09:13:09 2004 From: Lumir Vanek Date: Thu, 28 Oct 2004 09:13:09 +0000 To: kde-devel Subject: QtDesigner and KACtionSelector issue Message-Id: <200410281113.09471.vanekl () valachnet ! cz> X-MARC-Message: https://marc.info/?l=kde-devel&m=109895481425536 Hi, I have user widget designed using Qt Designer with *KActionSelector* class. This works OK. But when I try add slots for signals: void KActionSelector::added (QListBoxItem *item) void KActionSelector::removed (QListBoxItem *item) code generated by UIC fails to compile, because forward declaration class QListBoxItem; is not added to .h file. Who is responsible for KDE widgets in Qt Designer to fix this problem ? Regards, Lumir Vanek http://www.valachnet.cz/lvanek >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<