On Tuesday 14 September 2004 01:47, Richard Dale wrote: > CVS commit by rdale: > > * The new KDEUI_EXPORT macro was not being parsed > * This may fix the problem reported by Peter Hyman on the kde-devel list > > CCMAIL: pete4abw@comcast.net > > > M +2 -1 kalyptus 1.85 > > > --- kdebindings/kalyptus/kalyptus #1.84:1.85 > @@ -484,4 +484,5 @@ > $p =~ s/ASYNC/void/; > $p =~ s/KMDI_EXPORT//; > + $p =~ s/KDEUI_EXPORT//; > $p =~ s/EXPORT_DOCKCLASS//; > $p =~ s/DLL_IMP_EXP_KMDICLASS//; There are now KIO_EXPORT, KUTILS_EXPORT, etc. You might want to $p =~ s/[A-Z_]*_EXPORT//; -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).