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/helpwindow.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/helpwindow.h')
| -rw-r--r-- | src/modules/help/helpwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/help/helpwindow.h b/src/modules/help/helpwindow.h index be59af7a8..1a48cd73d 100644 --- a/src/modules/help/helpwindow.h +++ b/src/modules/help/helpwindow.h @@ -24,7 +24,7 @@ #include "kvi_window.h" #include "kvi_string.h" -#include <qvbox.h> +#include "kvi_tal_vbox.h" #include <qtabwidget.h> #include <qlistbox.h> #include <qlineedit.h> @@ -41,10 +41,10 @@ public: ~KviHelpWindow(); protected: KviHelpWidget * m_pHelpWidget; - QVBox * m_pToolBar; + KviTalVBox * m_pToolBar; QTabWidget * m_pTabWidget; - QVBox * m_pIndexTab; - QVBox * m_pSearchTab; + KviTalVBox * m_pIndexTab; + KviTalVBox * m_pSearchTab; QListBox * m_pIndexListBox; QLineEdit * m_pIndexSearch; |
