From 10a6ab9c00f7728bae10e3b7aa8834a661db24b8 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 25 Apr 2008 17:33:55 +0000 Subject: [PATCH] Tiny documentation fix svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801107 --- corona.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corona.h b/corona.h index 02acfe8f3..ecaca2555 100644 --- a/corona.h +++ b/corona.h @@ -119,12 +119,12 @@ public Q_SLOTS: Containment* containmentForScreen(int screen) const; /** - * @return The type of immutability of this applet + * @return The type of immutability of this Corona */ 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 */ void setImmutability(const ImmutabilityType immutable);