#include <QtGui/qtextobject.h> #ifndef QTEXTOBJECT_H class QTextObject: public QObject{ /* Some contents are skipped to improve readability */ protected: virtual ~QTextObject(); /* ... */ }; #endif // QTEXTOBJECT_H