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