From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- libkcal/attendee.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcal/attendee.cpp') diff --git a/libkcal/attendee.cpp b/libkcal/attendee.cpp index d129bc36b..9aa3d46f7 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::seStatus( Attendee::PartStat s ) +void Attendee::setStatus( Attendee::PartStat s ) { mStatus = s; } -- cgit v1.2.1