[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/libs/kotext
From:       Laurent Montel <montel () kde ! org>
Date:       2006-05-15 14:35:09
Message-ID: 1147703709.401255.6950.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 541086 by mlaurent:

Fix other layout
(please don't comment it just add #include <kvbox.h>)


 M  +4 -4      KoImportStyleDia.cpp  


--- trunk/koffice/libs/kotext/KoImportStyleDia.cpp #541085:541086
@@ -18,7 +18,7 @@
 */
 
 #include <klocale.h>
-#include <q3vbox.h>
+#include <kvbox.h>
 #include <QLayout>
 #include <QLineEdit>
 #include <QPushButton>
@@ -35,9 +35,9 @@
 {
     setCaption( i18n("Import Styles") );
     m_currentCollection = currentCollection;
-//    KVBox *page = makeVBoxMainWidget();
-    new QLabel(i18n("Select styles to import:"), this);
-    m_listStyleName = new Q3ListBox( this );
+    KVBox *page = makeVBoxMainWidget();
+    new QLabel(i18n("Select styles to import:"), page);
+    m_listStyleName = new Q3ListBox( page );
     m_listStyleName->setSelectionMode( Q3ListBox::Multi );
     enableButtonOK( m_listStyleName->count() != 0 );
     setButtonText( KDialogBase::User1, i18n("Load...") );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic