]> err.no Git - scalable-opengroupware.org/blobdiff - UI/Scheduler/UIxCalMonthOverview.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1043 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Scheduler / UIxCalMonthOverview.h
index 3a91da5d60aa148a59c0794d95eed5a48fcedf8d..52c9b1ab5fa5da4f64c75e92b56488977ec2cd3f 100644 (file)
 // $Id$
 
 
-#include "UIxCalMonthView.h"
-
+#import "UIxCalMonthViewOld.h"
 
 @class NSCalendarDate, NSString, NSDictionary, NSArray;
 
-
-@interface UIxCalMonthOverview : UIxCalMonthView
+@interface UIxCalMonthOverview : UIxCalMonthViewOld
 {
     int dayIndex;
     int dayOfWeek;
 - (NSString *)localizedDayOfWeekName;
 - (NSDictionary *)currentWeekQueryParameters;
 
-
 /* style sheet */
 
-
 - (NSString *)weekStyle;
-
 - (NSString *)contentStyle;
 
-
 /* appointments */
 
-
 - (NSArray *)appointments;
     
 @end