diff options
Diffstat (limited to 'kparts/tests/plugin_spellcheck.rc')
-rw-r--r-- | kparts/tests/plugin_spellcheck.rc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kparts/tests/plugin_spellcheck.rc b/kparts/tests/plugin_spellcheck.rc deleted file mode 100644 index 1980186cf..000000000 --- a/kparts/tests/plugin_spellcheck.rc +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE kpartplugin> -<kpartplugin library="libspellcheckplugin"> -<MenuBar> - <Menu name="edit"><Text>&Edit</Text> - <Action name="spellcheck"/> - </Menu> - <Menu name="SomePluginMenu"><text>Some Cool Plugin Menu</text> - <Action name="spellcheck"/> - <Action name="searchreplace"/> - <Menu name="WhatASubMenu"><text>Yep</text> - <Action name="searchreplace"/> - </Menu> - </Menu> -</MenuBar> -</kpartplugin> |