summaryrefslogtreecommitdiffstats
path: root/tdeparts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:37 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:37 -0500
commit96608b99bfe246795e234c0440b0d52f533280a5 (patch)
tree9aba560005c9d1e30ed474febe8e4708591f3901 /tdeparts
parentffb86e490f70f2bdb41f84847f578c0a8e78176d (diff)
downloadtdelibs-96608b99bfe246795e234c0440b0d52f533280a5.tar.gz
tdelibs-96608b99bfe246795e234c0440b0d52f533280a5.zip
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
Diffstat (limited to 'tdeparts')
-rw-r--r--tdeparts/tests/plugin_spellcheck.cpp2
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()