#include <QtGui/qtextoption.h> #ifndef QTEXTOPTION_H class QTextOption{ /* Some contents are skipped to improve readability */ public: class QList < double > tabArray() const /* ... */ }; #endif // QTEXTOPTION_H