#include <QtXml/qdom.h> #ifndef QDOM_H #ifndef QT_NO_DOM class QDomImplementation{ /* Some contents are skipped to improve readability */ public: bool hasFeature(class QString const & feature, class QString const & version) const /* ... */ }; #endif // QT_NO_DOM #endif // QDOM_H