-rw-r--r-- | libkcal/incidence.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkcal/incidence.h b/libkcal/incidence.h index fc97ce9..c88ba2f 100644 --- a/libkcal/incidence.h +++ b/libkcal/incidence.h @@ -158,4 +158,5 @@ class Incidence : public IncidenceBase /** return categories in a list */ QStringList categories() const; + QStringList* categoriesP(); /** return categories as a comma separated string */ QString categoriesStr(); |