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