#include <QtGui/qtextobject.h> #ifndef QTEXTOBJECT_H class QTextBlockGroup: public QTextObject{ /* Some contents are skipped to improve readability */ private: QTextBlockGroup(class QTextBlockGroup const &); /* ... */ }; #endif // QTEXTOBJECT_H