Tiny documentation fix

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801107
This commit is contained in:
Marco Martin 2008-04-25 17:33:55 +00:00
parent a3ad7dca00
commit 10a6ab9c00

View File

@ -119,12 +119,12 @@ public Q_SLOTS:
Containment* containmentForScreen(int screen) const; Containment* containmentForScreen(int screen) const;
/** /**
* @return The type of immutability of this applet * @return The type of immutability of this Corona
*/ */
ImmutabilityType immutability() const; ImmutabilityType immutability() const;
/** /**
* Sets the immutability type for this applet (not immutable, user immutable or system immutable) * Sets the immutability type for this Corona (not immutable, user immutable or system immutable)
* @arg immutable the new immutability type of this applet * @arg immutable the new immutability type of this applet
*/ */
void setImmutability(const ImmutabilityType immutable); void setImmutability(const ImmutabilityType immutable);