#include <QtXml/qxml.h> #ifndef QXML_H class QXmlInputSource{ /* Some contents are skipped to improve readability */ private: struct QXmlInputSourcePrivate* d; /* ... */ }; #endif // QXML_H