generic: minor corrections

This commit is contained in:
Ivailo Monev 2015-02-26 09:46:35 +00:00
parent 122f5ecea4
commit 842ca66a63
2 changed files with 3 additions and 2 deletions

View file

@ -76,7 +76,7 @@ struct KPARTS_EXPORT BrowserArguments
/** /**
* This buffer can be used by the part to save and restore its contents. * This buffer can be used by the part to save and restore its contents.
* See KHTMLPart for instance. * See KWebKitPart for instance.
*/ */
QStringList docState; QStringList docState;
@ -707,7 +707,7 @@ private:
/** /**
* An extension class for container parts, i.e. parts that contain * An extension class for container parts, i.e. parts that contain
* other parts. * other parts.
* For instance a KHTMLPart hosts one part per frame. * For instance a KWebKitPart hosts one part per frame.
*/ */
class KPARTS_EXPORT BrowserHostExtension : public QObject class KPARTS_EXPORT BrowserHostExtension : public QObject
{ {

View file

@ -269,6 +269,7 @@ void Applet::save(KConfigGroup &g) const
// also checks kiosk and parent containers // also checks kiosk and parent containers
group.writeEntry("immutability", (int)d->immutability); group.writeEntry("immutability", (int)d->immutability);
group.writeEntry("plugin", pluginName()); group.writeEntry("plugin", pluginName());
group.writeEntry("desktop", pluginName());
group.writeEntry("geometry", geometry()); group.writeEntry("geometry", geometry());
group.writeEntry("zvalue", zValue()); group.writeEntry("zvalue", zValue());