diff options
Diffstat (limited to 'libkcal/attendee.cpp')
-rw-r--r-- | libkcal/attendee.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/attendee.cpp b/libkcal/attendee.cpp index 9aa3d46f7..d129bc36b 100644 --- a/libkcal/attendee.cpp +++ b/libkcal/attendee.cpp @@ -53,7 +53,7 @@ bool KCal::operator==( const Attendee& a1, const Attendee& a2 ) a1.delegator() == a2.delegator() ); } -void Attendee::setStatus( Attendee::PartStat s ) +void Attendee::seStatus( Attendee::PartStat s ) { mStatus = s; } |