SVN commit 501958 by mueller: *sigh*, export it as well, for the autogenerated bindings. the bindings generator doesn't seem to be able to ignore non-exported classes. BUG:120692 M +1 -1 html_misc.h --- branches/KDE/3.5/kdelibs/khtml/dom/html_misc.h #501957:501958 @@ -211,7 +211,7 @@ /** @internal. Not part of the public API */ -class HTMLMappedNameCollection : public HTMLCollection +class KHTML_EXPORT HTMLMappedNameCollection : public HTMLCollection { public: HTMLMappedNameCollection(NodeImpl *base, int type, const DOMString &name );