#include <QtGui/qtextobject.h> #ifndef QTEXTOBJECT_H class QTextFrame: public QTextObject{ /* Some contents are skipped to improve readability */ public: static inline class QString tr(char const * s, char const * c = 0); /* ... */ }; #endif // QTEXTOBJECT_H