]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MailerUI/UIxMailMainFrame.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1158 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailerUI / UIxMailMainFrame.h
index 2de7560993f74a070f3df1c09194e3db1a09713d..70bf0198c2a51893d0cf2abb573ab9262389fa0f 100644 (file)
@@ -1,4 +1,4 @@
-/* UIxMailMainFrame.h - this file is part of $PROJECT_NAME_HERE$
+/* UIxMailMainFrame.h - this file is part of SOGo
  *
  * Copyright (C) 2006 Inverse groupe conseil
  *
 #ifndef UIXMAILMAINFRAME_H
 #define UIXMAILMAINFRAME_H
 
-#import "../Common/UIxPageFrame.h"
+#import "../SOGoUI/UIxComponent.h"
 
-@interface UIxMailMainFrame : UIxPageFrame
-{
-  NSString *rootURL;
-  NSString *userRootURL;
-  struct {
-    int hideFolderTree:1;
-    int reserved:31;
-  } mmfFlags;
-}
-
-- (NSString *)rootURL;
-- (NSString *)userRootURL;
-- (NSString *)calendarRootURL;
+@interface UIxMailMainFrame : UIxComponent
 
 @end