#include <QtGui/qtextlist.h> #ifndef QTEXTLIST_H class QTextList: public QTextBlockGroup{ /* Some contents are skipped to improve readability */ private: inline struct QTextListPrivate const * d_func() const /* ... */ }; #endif // QTEXTLIST_H