#include <QtGui/qtextcursor.h>
#ifndef QTEXTCURSOR_H
class QTextCursor{
   /* Some contents are skipped to improve readability */
   public: struct QTextTable* insertTable(int rows, int cols, class QTextTableFormat const & format);
   /* ... */
};
#endif // QTEXTCURSOR_H