#include <QtGui/qtextobject.h> #ifndef QTEXTOBJECT_H class QTextFrame: public QTextObject{ /* Some contents are skipped to improve readability */ public: class iterator{ /* ... */ private: int b; /* ... */ }; /* ... */ }; #endif // QTEXTOBJECT_H