From def870c6fcccf2b20d7ce3821055391b18243a24 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 13 Apr 2002 16:27:19 +0000 Subject: multiple categories --- (limited to 'libopie/todovcalresource.cpp') diff --git a/libopie/todovcalresource.cpp b/libopie/todovcalresource.cpp index a6afe68..75f2197 100644 --- a/libopie/todovcalresource.cpp +++ b/libopie/todovcalresource.cpp @@ -48,7 +48,7 @@ static VObject *vobjByEvent( const ToDoEvent &event ) QString string = QString::number(event.priority() ); addPropValue( task, VCPriorityProp, string.local8Bit() ); - addPropValue( task, VCCategoriesProp, event.category().local8Bit() ); + addPropValue( task, VCCategoriesProp, event.allCategories().join(";").local8Bit() ); addPropValue( task, VCDescriptionProp, event.description().local8Bit() ); addPropValue( task, VCSummaryProp, event.description().left(15).local8Bit() ); return task; -- cgit v0.9.0.2