#include <QtGui/qtextlist.h> #ifndef QTEXTLIST_H class QTextList: public QTextBlockGroup{ /* Some contents are skipped to improve readability */ public: inline void setFormat(class QTextListFormat const & aformat); /* ... */ }; #endif // QTEXTLIST_H