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