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