Blob Blame History Raw
--- kdepim-3.5.6/kpilot/conduits/vcalconduit/vcalRecord.cc.orig	2007-02-06 18:03:56.000000000 +0100
+++ kdepim-3.5.6/kpilot/conduits/vcalconduit/vcalRecord.cc	2007-02-06 18:04:21.000000000 +0100
@@ -584,7 +584,7 @@
 	if (eventCategories.size() < 1)
 	{
 		// This event has no categories.
-		de->setCategory(Pilot::Unfiled);
+		((PilotRecordBase *)de)->setCategory(Pilot::Unfiled);
 		return;
 	}
 
@@ -623,6 +623,6 @@
 		}
 	}
 
-	de->setCategory(Pilot::Unfiled);
+	((PilotRecordBase *)de)->setCategory(Pilot::Unfiled);
 }