diff options
Diffstat (limited to 'src/modules/term/termwidget.h')
| -rw-r--r-- | src/modules/term/termwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/term/termwidget.h b/src/modules/term/termwidget.h index 308e2f446..37e29b9f6 100644 --- a/src/modules/term/termwidget.h +++ b/src/modules/term/termwidget.h @@ -29,7 +29,7 @@ #include <qframe.h> #include <qlabel.h> #include <qpushbutton.h> -#include <qhbox.h> +#include "kvi_tal_hbox.h" #include "kparts/part.h" @@ -44,7 +44,7 @@ public: KviTermWidget(QWidget * par,KviFrame * lpFrm,bool bIsStandalone = false); ~KviTermWidget(); private: - QHBox * m_pHBox; + KviTalHBox * m_pHBox; QLabel * m_pTitleLabel; QPushButton * m_pCloseButton; KParts::Part * m_pKonsolePart; |
