diff options
| author | 2007-01-23 22:24:31 +0000 | |
|---|---|---|
| committer | 2007-01-23 22:24:31 +0000 | |
| commit | daf9b531b3b8b058dc07b2e818876ece1943cb76 (patch) | |
| tree | e605c2b2a174ca3ddca4f35bae9d8c66e9497dac /src/modules/help/helpwidget.h | |
| parent | not important fix (diff) | |
| download | KVIrc-daf9b531b3b8b058dc07b2e818876ece1943cb76.tar.gz KVIrc-daf9b531b3b8b058dc07b2e818876ece1943cb76.tar.bz2 KVIrc-daf9b531b3b8b058dc07b2e818876ece1943cb76.zip | |
More Qt 4.x port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@246 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/helpwidget.h')
| -rw-r--r-- | src/modules/help/helpwidget.h | 4 |
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: |
