#include <QtGui/qtextformat.h>
#ifndef QTEXTFORMAT_H
class QTextFormat{
   /* Some contents are skipped to improve readability */
   public: bool operator ==(class QTextFormat const & rhs) const
   /* ... */
};
#endif // QTEXTFORMAT_H