aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim4/files/patch-kpilot_conduits_vcalconduit-vcalRecord.cc
blob: 24c411f06150080962feb4286d7cf241b707595c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- kpilot/conduits/vcalconduit/vcalRecord.cc.orig	Sun Mar  4 13:37:15 2007
+++ kpilot/conduits/vcalconduit/vcalRecord.cc	Sun Mar  4 13:38:35 2007
@@ -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);
 }