mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
Monotone-Parent: a5370a41693bc2294eb25921c8e19dda7570a063
Monotone-Revision: d236b4faef46342731f423fa93d09e1139cc312e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-12T15:37:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -20,7 +20,17 @@
|
||||
*/
|
||||
// $Id: UIxTaskEditor.m 181 2004-08-11 15:13:25Z helge $
|
||||
|
||||
#include <SOGoUI/UIxComponent.h>
|
||||
#import <Foundation/NSCalendarDate.h>
|
||||
#import <Foundation/NSNull.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#import <NGExtensions/NGCalendarDateRange.h>
|
||||
#import <NGExtensions/NSCalendarDate+misc.h>
|
||||
#import <NGCards/iCalPerson.h>
|
||||
|
||||
#import <SoObjects/Appointments/SOGoAppointmentFolder.h>
|
||||
#import <SoObjects/Appointments/SOGoFreeBusyObject.h>
|
||||
#import <SOGoUI/UIxComponent.h>
|
||||
|
||||
@interface UIxTaskProposal : UIxComponent
|
||||
{
|
||||
@@ -54,12 +64,6 @@
|
||||
- (void)setICalPersons:(NSArray *)_ps asQueryParameter:(NSString *)_qp;
|
||||
@end
|
||||
|
||||
#include <SoObjects/Appointments/SOGoAppointmentFolder.h>
|
||||
#include <SoObjects/Appointments/SOGoFreeBusyObject.h>
|
||||
#include <NGExtensions/NGCalendarDateRange.h>
|
||||
#include <NGCards/NGCards.h>
|
||||
#include "common.h"
|
||||
|
||||
@implementation UIxTaskProposal
|
||||
|
||||
- (void)dealloc {
|
||||
|
||||
Reference in New Issue
Block a user