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