#include <QtGui/qtextbrowser.h>
#ifndef QTEXTBROWSER_H
#ifndef QT_NO_TEXTBROWSER
class QTextBrowser: public QTextEdit{
   /* Some contents are skipped to improve readability */
   public: class QStringList searchPaths() const
   /* ... */
};
#endif // QT_NO_TEXTBROWSER
#endif // QTEXTBROWSER_H