kconfig no longer supports QRectF.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=730520
This commit is contained in:
parent
1c0a23d7d7
commit
b279428cad
@ -421,7 +421,7 @@ void Applet::save(KConfigGroup* group) const
|
||||
group->writeEntry("plugin", pluginName());
|
||||
//FIXME: for containments, we need to have some special values here w/regards to
|
||||
// screen affinity (e.g. "bottom of screen 0")
|
||||
group->writeEntry("geometry", geometry());
|
||||
group->writeEntry("geometry", geometry().toRect());
|
||||
|
||||
Containment* c = containment();
|
||||
if (c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user