From 965d0b09cf8c761c2027dc9412e5ffb4f47546ff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:51:58 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- knode/kncomposer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knode/kncomposer.cpp') diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp index 2756f621a..ac8d9fcd8 100644 --- a/knode/kncomposer.cpp +++ b/knode/kncomposer.cpp @@ -307,7 +307,7 @@ KNComposer::KNComposer(KNLocalArticle *a, const TQString &text, const TQString & rot13->setEnabled(false); connect(v_iew->e_dit, TQT_SIGNAL(copyAvailable(bool)), rot13, TQT_SLOT(setEnabled(bool))); - a_ctExternalEditor = new TDEAction(i18n("Start &External Editor"), "run", 0, TQT_TQOBJECT(this), + a_ctExternalEditor = new TDEAction(i18n("Start &External Editor"), "system-run", 0, TQT_TQOBJECT(this), TQT_SLOT(slotExternalEditor()), actionCollection(), "external_editor"); a_ctSpellCheck = KStdAction::spelling (TQT_TQOBJECT(this), TQT_SLOT(slotSpellcheck()), actionCollection()); -- cgit v1.2.1