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/incidence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcal/incidence.h') diff --git a/libkcal/incidence.h b/libkcal/incidence.h index c1aa402b6..20579ce7f 100644 --- a/libkcal/incidence.h +++ b/libkcal/incidence.h @@ -381,7 +381,7 @@ class LIBKCAL_EXPORT Incidence : public IncidenceBase, public Recurrence::Observ Sets the incidence status to a standard status value. See separate enum. Note that StatusX cannot be specified. */ - void seStatus( Status status ); + void setStatus( Status status ); /** Sets the incidence status to a non-standard status value. @param status non-standard status string. If empty, -- cgit v1.2.1