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