a micropatch i had sitting on the laptop

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=706359
This commit is contained in:
Aaron J. Seigo 2007-08-30 04:33:12 +00:00
parent bf30d19c41
commit 243f835253

View File

@ -37,6 +37,7 @@
#include "dataengine.h"
#include "karambamanager.h"
#include "phase.h"
#include "widgets/hboxlayout.h"
#include "widgets/vboxlayout.h"
#include "widgets/icon.h"
@ -135,7 +136,7 @@ void Corona::setFormFactor(FormFactor formFactor)
case Planar:
break;
case Horizontal:
//d->layout = new HBoxLayout;
d->layout = new HBoxLayout;
break;
case Vertical:
d->layout = new VBoxLayout;