#include <QtXml/qdom.h>
#ifndef QDOM_H
#ifndef QT_NO_DOM
class QDomImplementation{
   /* Some contents are skipped to improve readability */
   public: class QDomDocumentType createDocumentType(class QString const & qName, class QString const & publicId, class QString const & systemId);
   /* ... */
};
#endif // QT_NO_DOM
#endif // QDOM_H