mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: minor corrections
This commit is contained in:
parent
122f5ecea4
commit
842ca66a63
2 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,7 @@ struct KPARTS_EXPORT BrowserArguments
|
|||
|
||||
/**
|
||||
* This buffer can be used by the part to save and restore its contents.
|
||||
* See KHTMLPart for instance.
|
||||
* See KWebKitPart for instance.
|
||||
*/
|
||||
QStringList docState;
|
||||
|
||||
|
@ -707,7 +707,7 @@ private:
|
|||
/**
|
||||
* An extension class for container parts, i.e. parts that contain
|
||||
* 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
|
||||
{
|
||||
|
|
|
@ -269,6 +269,7 @@ void Applet::save(KConfigGroup &g) const
|
|||
// also checks kiosk and parent containers
|
||||
group.writeEntry("immutability", (int)d->immutability);
|
||||
group.writeEntry("plugin", pluginName());
|
||||
group.writeEntry("desktop", pluginName());
|
||||
|
||||
group.writeEntry("geometry", geometry());
|
||||
group.writeEntry("zvalue", zValue());
|
||||
|
|
Loading…
Add table
Reference in a new issue