#include <QtGui/qtextobject.h> #ifndef QTEXTOBJECT_H template < > class QTypeInfo < class QTextBlock::iterator >{ /* Some contents are skipped to improve readability */ public: enum /*anonymous*/{ /* ... */ isComplex = 1, /* ... */ }; /* ... */ }; #endif // QTEXTOBJECT_H