1<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
2<kpartgui name="skg_file" version="11">
3<MenuBar>
4  <Menu name="file"><text>File</text>
5	  <Action name="file_new" />
6	  <Action name="file_open" />
7	  <Action name="file_open_recent" />
8	  <Separator/>
9	  <Action name="file_save" />
10	  <Action name="file_save_as" />
11	  <Separator/>
12	  <Action name="file_change_password" />
13	  <Separator/>
14	  <Merge/>
15  </Menu>
16</MenuBar>
17<ToolBar name="mainToolBar"><text>Main Toolbar</text>
18	<text>File</text>
19	<Action name="file_new" group="main_group_file"/>
20	<Action name="file_open" group="main_group_file" />
21	<Separator group="main_group_file"/>
22	<Action name="file_save" group="main_group_file"/>
23	<Separator/>
24	<Merge/>
25</ToolBar>
26</kpartgui>
27