diff options
Diffstat (limited to 'kparts/tests/plugin_foobar.rc')
-rw-r--r-- | kparts/tests/plugin_foobar.rc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kparts/tests/plugin_foobar.rc b/kparts/tests/plugin_foobar.rc deleted file mode 100644 index e614e505f..000000000 --- a/kparts/tests/plugin_foobar.rc +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE kpartplugin> -<kpartplugin library="libfoobar"> -<MenuBar> - <Menu name="file"><Text>&File</Text> - <Action name="searchreplace"/> - </Menu> - <Menu name="woohoo"><Text>fun</Text> - <Action name="searchreplace"/> - </Menu> -</MenuBar> -<ToolBar name="gah"/> -</kpartplugin> |