#include <QtGui/qtextobject.h> #ifndef QTEXTOBJECT_H class QTextFrame: public QTextObject{ /* Some contents are skipped to improve readability */ protected: QTextFrame(struct QTextFramePrivate& p, struct QTextDocument* doc); /* ... */ }; #endif // QTEXTOBJECT_H