#include <QtXml/qdom.h> #ifndef QDOM_H #ifndef QT_NO_DOM class QDomText: public QDomCharacterData{ /* Some contents are skipped to improve readability */ public: class QDomText& operator =(class QDomText const &); /* ... */ }; #endif // QT_NO_DOM #endif // QDOM_H