diff options
| author | 2008-05-20 19:40:51 +0000 | |
|---|---|---|
| committer | 2008-05-20 19:40:51 +0000 | |
| commit | 17a08cc1c2a3b79c17e93896b2f206dda5ef95c4 (patch) | |
| tree | 7563904413e4d9b7f1b5a3bafbd6595cb5cb8be4 /src/modules/help/helpwindow.h | |
| parent | more QT4 port/fix (diff) | |
| download | KVIrc-17a08cc1c2a3b79c17e93896b2f206dda5ef95c4.tar.gz KVIrc-17a08cc1c2a3b79c17e93896b2f206dda5ef95c4.tar.bz2 KVIrc-17a08cc1c2a3b79c17e93896b2f206dda5ef95c4.zip | |
more module help qt4 port (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1831 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/helpwindow.h')
| -rw-r--r-- | src/modules/help/helpwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/help/helpwindow.h b/src/modules/help/helpwindow.h index 941f90456..fbe5c028b 100644 --- a/src/modules/help/helpwindow.h +++ b/src/modules/help/helpwindow.h @@ -25,7 +25,7 @@ #include "kvi_window.h" #include "kvi_string.h" #include "kvi_tal_vbox.h" -#include "kvi_tal_listbox.h" +#include "kvi_tal_listwidget.h" #include <QTabWidget> #include <QLineEdit> @@ -47,11 +47,11 @@ protected: KviTalVBox * m_pIndexTab; KviTalVBox * m_pSearchTab; - KviTalListBox * m_pIndexListBox; + KviTalListWidget* m_pIndexListWidget; QLineEdit * m_pIndexSearch; QStringList m_foundDocs; QStringList m_terms; - KviTalListBox * m_pResultBox; + KviTalListWidget* m_pResultBox; QLineEdit * m_pTermsEdit; public: KviHelpWidget * helpWidget(){ return m_pHelpWidget; }; |
