#include <QtXml/qdom.h>
#ifndef QDOM_H
#ifndef QT_NO_DOM
class QDomDocument: public QDomNode{
   /* Some contents are skipped to improve readability */
   public: bool setContent(class QString const & text, class QString* errorMsg = 0, int* errorLine = 0, int* errorColumn = 0);
   /* ... */
};
#endif // QT_NO_DOM
#endif // QDOM_H