#include <QtGui/qtexttable.h> #ifndef QTEXTTABLE_H class QTextTable: public QTextFrame{ /* Some contents are skipped to improve readability */ public: class QTextTableCell cellAt(int row, int col) const /* ... */ }; #endif // QTEXTTABLE_H