diff options
Diffstat (limited to 'libkcal/attendee.h')
-rw-r--r-- | libkcal/attendee.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/attendee.h b/libkcal/attendee.h index 161c77ed2..a61b07c5f 100644 --- a/libkcal/attendee.h +++ b/libkcal/attendee.h @@ -96,7 +96,7 @@ class LIBKCAL_EXPORT Attendee : public Person /** Set status. See enum for definitions of possible values. */ - void setStatus( PartStat s ); + void seStatus( PartStat s ); /** Return status. |