#include <QtGui/qtextformat.h>
#ifndef QTEXTFORMAT_H
class QTextFormat{
   /* Some contents are skipped to improve readability */
   public: inline void setForeground(class QBrush const & brush);
   /* ... */
};
#endif // QTEXTFORMAT_H