SVN commit 541086 by mlaurent: Fix other layout (please don't comment it just add #include ) M +4 -4 KoImportStyleDia.cpp --- trunk/koffice/libs/kotext/KoImportStyleDia.cpp #541085:541086 @@ -18,7 +18,7 @@ */ #include -#include +#include #include #include #include @@ -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...") );