#include <QtGui/qtextlayout.h> #ifndef QTEXTLAYOUT_H class QTextInlineObject{ /* Some contents are skipped to improve readability */ public: void setDescent(qreal d); /* ... */ }; #endif // QTEXTLAYOUT_H