tizen 2.3 release
[apps/home/settings.git] / setting-fileview / include / setting-fileview.h
index a06479e..a15b508 100755 (executable)
@@ -1,18 +1,22 @@
 /*
  * setting
- * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  *
- * Licensed under the Flora License, Version 1.1 (the License);
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
+ *
+ * Contact: MyoungJune Park <mj2004.park@samsung.com>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http://floralicense.org/license/
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
  */
 #ifndef __SETTING_FILEVIEW_H__
 #define __SETTING_FILEVIEW_H__
@@ -21,7 +25,7 @@
 #include <Elementary.h>
 #include <setting-common-draw-widget.h>
 #include <setting-common-view.h>
-#include <EWebKit2.h>
+#include <EWebKit.h>
 
 typedef struct _SettingFileviewUG SettingFileviewUG;
 
@@ -37,11 +41,11 @@ struct _SettingFileviewUG {
        Evas_Object *win_get;
        Evas_Object *navi_bar;
        Evas_Object *ly_main;
-       Evas_Object *progress_bar;
        char *input_file;
        char *input_title;
 
        Evas_Object *webkit;
+       Evas_Object *scroller;
 };
 extern setting_view setting_view_fileview_main;
 #endif                         /* __SETTING_FILEVIEW_H__ */