20 #ifndef __kbookmarkdombuilder_h
21 #define __kbookmarkdombuilder_h
23 #include <tqvaluestack.h>
25 #include <kbookmark.h>
35 void connectImporter(
const TQObject *);
37 void newBookmark(
const TQString &text,
const TQCString &url,
const TQString &additionalInfo);
38 void newFolder(
const TQString &text,
bool open,
const TQString &additionalInfo);
42 TQValueStack<KBookmarkGroup> m_stack;
43 TQValueList<KBookmarkGroup> m_list;
45 class KBookmarkDomBuilderPrivate *p;
This class implements the reading/writing of bookmarks in XML.