aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/helpwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/helpwidget.h')
-rw-r--r--src/modules/help/helpwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/help/helpwidget.h b/src/modules/help/helpwidget.h
index 9bc9539c2..8d592e93c 100644
--- a/src/modules/help/helpwidget.h
+++ b/src/modules/help/helpwidget.h
@@ -22,7 +22,7 @@
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-#include <qhbox.h>
+#include "kvi_tal_hbox.h"
#include <qtextbrowser.h>
#include "index.h"
#include <qprogressbar.h>
@@ -42,7 +42,7 @@ private:
QToolButton * m_pBtnIndex;
QToolButton * m_pBtnBackward;
QToolButton * m_pBtnForward;
- QHBox * m_pToolBar;
+ KviTalHBox * m_pToolBar;
QTextBrowser * m_pTextBrowser;
bool m_bIsStandalone;
protected: