aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/mircimport/libkvimircimport.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2007-01-23 22:24:31 +0000
committerGravatar Szymon Tomasz Stefanek2007-01-23 22:24:31 +0000
commitdaf9b531b3b8b058dc07b2e818876ece1943cb76 (patch)
treee605c2b2a174ca3ddca4f35bae9d8c66e9497dac /src/modules/mircimport/libkvimircimport.cpp
parentnot important fix (diff)
downloadKVIrc-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/mircimport/libkvimircimport.cpp')
-rw-r--r--src/modules/mircimport/libkvimircimport.cpp6
1 files changed, 3 insertions, 3 deletions
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 <qmessagebox.h>
#include <qdir.h>
#include <qpushbutton.h>
-#include <qvbox.h>
+#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("<center>Here you can modify the URL that the list will be downloaded from. In most cases the default URL is acceptable.</center>"));
@@ -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);