From d251de7fb28829b02df6018ff61db637f0286b02 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 8 Sep 2006 16:59:33 +0000 Subject: [PATCH] Monotone-Parent: 0be38e52c20f800a65befd7b4eeca913e9d0d505 Monotone-Revision: 162bfb7c82059f4e5043c0b54c30bbbb18428879 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-08T16:59:33 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxCalMonthOverview.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/UI/Scheduler/UIxCalMonthOverview.h b/UI/Scheduler/UIxCalMonthOverview.h index 57962d217..e6c536723 100644 --- a/UI/Scheduler/UIxCalMonthOverview.h +++ b/UI/Scheduler/UIxCalMonthOverview.h @@ -21,12 +21,10 @@ // $Id: UIxCalMonthOverview.h 181 2004-08-11 15:13:25Z helge $ -#include "UIxCalMonthView.h" - +#import "UIxCalMonthView.h" @class NSCalendarDate, NSString, NSDictionary, NSArray; - @interface UIxCalMonthOverview : UIxCalMonthView { int dayIndex; @@ -49,18 +47,13 @@ - (NSString *)localizedDayOfWeekName; - (NSDictionary *)currentWeekQueryParameters; - /* style sheet */ - - (NSString *)weekStyle; - - (NSString *)contentStyle; - /* appointments */ - - (NSArray *)appointments; @end