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