#include <QtXml/qxml.h>
#ifndef QXML_H
class QXmlReader{
   /* Some contents are skipped to improve readability */
   public: virtual void setLexicalHandler(class QXmlLexicalHandler* handler) = 0;
   /* ... */
};
#endif // QXML_H