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