#include <QtGui/qtexttable.h> #ifndef QTEXTTABLE_H class QTextTable: public QTextFrame{ /* Some contents are skipped to improve readability */ private: inline struct QTextTablePrivate const * d_func() const /* ... */ }; #endif // QTEXTTABLE_H