kconfig no longer supports QRectF.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=730520
This commit is contained in:
Aaron J. Seigo 2007-10-29 04:08:58 +00:00
parent 1c0a23d7d7
commit b279428cad

View File

@ -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) {