/* This file is part of KDevelop Copyright 2010 Andreas Pakulat namespace Ui { class DocWidget; } class QHelpEngine; class DocWidget : public QWidget { Q_OBJECT public: DocWidget(); virtual ~DocWidget(); private: Ui::DocWidget* ui; QHelpEngine* engine; public slots: void searchForIdentifier(); }; #endif // DOCWIDGET_H