From daf9b531b3b8b058dc07b2e818876ece1943cb76 Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Tue, 23 Jan 2007 22:24:31 +0000 Subject: More Qt 4.x port git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@246 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/dcc/chat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/dcc/chat.cpp') diff --git a/src/modules/dcc/chat.cpp b/src/modules/dcc/chat.cpp index 608859677..8700640b3 100644 --- a/src/modules/dcc/chat.cpp +++ b/src/modules/dcc/chat.cpp @@ -64,7 +64,7 @@ #include #include -#include +#include "kvi_tal_vbox.h" #ifdef COMPILE_SSL_SUPPORT @@ -91,7 +91,7 @@ KviDccChat::KviDccChat(KviFrame *pFrm,KviDccDescriptor * dcc,const char * name) m_pTopSplitter = new QSplitter(QSplitter::Horizontal,this,"top_splitter"); KviThemedLabel * dummy; dummy = new KviThemedLabel(m_pTopSplitter,"dummy_label"); - QVBox * box = new QVBox(m_pTopSplitter); + KviTalVBox * box = new KviTalVBox(m_pTopSplitter); #ifdef COMPILE_CRYPT_SUPPORT createCryptControllerButton(box); -- cgit v1.3.1-10-gc9f91