#include <QtGui/qtexttable.h> #ifndef QTEXTTABLE_H class QTextTableCell{ /* Some contents are skipped to improve readability */ private: inline QTextTableCell(class QTextTable const * t, int f); /* ... */ }; #endif // QTEXTTABLE_H