#include <QtGui/qtextobject.h> #ifndef QTEXTOBJECT_H class QTextFrameLayoutData{ public: virtual ~QTextFrameLayoutData(); }; #endif // QTEXTOBJECT_H