#include <QtXml/qdom.h> #ifndef QDOM_H #ifndef QT_NO_DOM class QDomNode{ /* Some contents are skipped to improve readability */ protected: QDomNode(struct QDomNodePrivate*); /* ... */ }; #endif // QT_NO_DOM #endif // QDOM_H