diff options
Diffstat (limited to 'tdeparts')
-rw-r--r-- | tdeparts/tests/plugin_spellcheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/tests/plugin_spellcheck.cpp b/tdeparts/tests/plugin_spellcheck.cpp index d7cf06eac..ae7af326f 100644 --- a/tdeparts/tests/plugin_spellcheck.cpp +++ b/tdeparts/tests/plugin_spellcheck.cpp @@ -12,7 +12,7 @@ PluginSpellCheck::PluginSpellCheck( TQObject* parent, const char* name, : Plugin( parent, name ) { (void) new TDEAction( "&Select current line (plugin)", 0, this, TQT_SLOT(slotSpellCheck()), - actionCollection(), "spellcheck" ); + actionCollection(), "tools-check-spelling" ); } PluginSpellCheck::~PluginSpellCheck() |