#include <QtXml/qxml.h> #ifndef QXML_H class QXmlLexicalHandler{ /* Some contents are skipped to improve readability */ public: virtual bool startDTD(class QString const & name, class QString const & publicId, class QString const & systemId) = 0; /* ... */ }; #endif // QXML_H