]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1089 d1b88da0-ebda-0310...
authorwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 27 Jun 2007 17:53:08 +0000 (17:53 +0000)
committerwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 27 Jun 2007 17:53:08 +0000 (17:53 +0000)
UI/MailPartViewers/UIxMailPartICalViewer.m
UI/Scheduler/UIxCalDayView.m
UI/Scheduler/UIxCalMonthView.m
UI/Scheduler/UIxCalMulticolumnDayView.m

index bd698739d61c95cd7f3ee453d08a566bbde03a3b..7d18eb0e0a401a2a76ca525547b2ea488ac60dd5 100644 (file)
@@ -25,7 +25,7 @@
   Show plain/calendar mail parts.
 */
 
-#import <SOGoUI/SOGoDateFormatter.h>
+#import <SoObjects/SOGo/SOGoDateFormatter.h>
 #import <SoObjects/SOGo/SOGoUser.h>
 #import <SoObjects/Appointments/SOGoAppointmentFolder.h>
 #import <SoObjects/Appointments/SOGoAppointmentObject.h>
index 18d09bae553175149844722cf974a600333c7a48..1386781a61cde432ad663c76574368b4a2feedde 100644 (file)
@@ -31,7 +31,7 @@
 #import <NGExtensions/NSCalendarDate+misc.h>
 #import <NGExtensions/NGCalendarDateRange.h>
 
-#import <SOGoUI/SOGoDateFormatter.h>
+#import <SoObjects/SOGo/SOGoDateFormatter.h>
 
 #import "UIxCalDayView.h"
 
index 0bd425d98e59afa1d4b527e36f74b68c7ccb860d..127db7e74cbb4270b784f23e4d503f7190abebbb 100644 (file)
@@ -28,7 +28,7 @@
 #import <SoObjects/SOGo/NSCalendarDate+SOGo.h>
 
 #import <SOGoUI/SOGoAptFormatter.h>
-#import <SOGoUI/SOGoDateFormatter.h>
+#import <SoObjects/SOGo/SOGoDateFormatter.h>
 
 #import "UIxCalMonthView.h"
 
index cabe13f87a09e5aa35f6f5f5572e4844a2e7dfec..d43c333bd2f352a882904d18ae9aa705d5f3af31 100644 (file)
@@ -27,8 +27,8 @@
 
 #import <NGExtensions/NSCalendarDate+misc.h>
 
-#import <SOGo/SOGoUser.h>
-#import <SOGoUI/SOGoDateFormatter.h>
+#import <SoObjects/SOGo/SOGoUser.h>
+#import <SoObjects/SOGo/SOGoDateFormatter.h>
 
 #import "UIxCalMulticolumnDayView.h"