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