#include <QtXml/qdom.h>
#ifndef QDOM_H
#ifndef QT_NO_DOM
class QDomDocument: public QDomNode{
public: class QDomProcessingInstruction createProcessingInstruction(class QString const & target, class QString const & data);
};
#endif // QT_NO_DOM
#endif // QDOM_H