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