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/mircimport/libkvimircimport.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/mircimport/libkvimircimport.cpp') diff --git a/src/modules/mircimport/libkvimircimport.cpp b/src/modules/mircimport/libkvimircimport.cpp index 0af12203b..d8563882f 100644 --- a/src/modules/mircimport/libkvimircimport.cpp +++ b/src/modules/mircimport/libkvimircimport.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include "kvi_tal_vbox.h" KviMircServersIniImport * g_pMircServersIniImport = 0; KviRemoteMircServersIniImport * g_pRemoteMircServersIniImport = 0; @@ -153,7 +153,7 @@ KviRemoteMircServerImportWizard::KviRemoteMircServerImportWizard(KviRemoteMircSe addPage(l,capt); - QVBox * vb = new QVBox(this); + KviTalVBox * vb = new KviTalVBox(this); l = new QLabel(vb); l->setText(__tr2qs("
Here you can modify the URL that the list will be downloaded from. In most cases the default URL is acceptable.
")); @@ -165,7 +165,7 @@ KviRemoteMircServerImportWizard::KviRemoteMircServerImportWizard(KviRemoteMircSe addPage(vb,__tr2qs("URL Selection")); - vb = new QVBox(this); + vb = new KviTalVBox(this); l = new QLabel(__tr2qs("Please wait while the list is being downloaded"),vb); vb->setStretchFactor(l,1); -- cgit v1.3.1-10-gc9f91