summaryrefslogtreecommitdiffstats
path: root/knode
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:58 -0500
commit965d0b09cf8c761c2027dc9412e5ffb4f47546ff (patch)
treef6feab031dbacec6ccee932ba3160f6247839aeb /knode
parent7c7b317942da0a203cfd000ab53cd0f2891316de (diff)
downloadtdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.tar.gz
tdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'knode')
-rw-r--r--knode/kncomposer.cpp2
-rw-r--r--knode/knmainwidget.cpp2
2 files changed, 2 insertions, 2 deletions
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());
diff --git a/knode/knmainwidget.cpp b/knode/knmainwidget.cpp
index 459b01c7c..b9e3b06fe 100644
--- a/knode/knmainwidget.cpp
+++ b/knode/knmainwidget.cpp
@@ -731,7 +731,7 @@ void KNMainWidget::initActions()
TQT_SLOT(slotArtEdit()), actionCollection(), "article_edit");
//network
- a_ctNetCancel = new TDEAction(i18n("Stop &Network"),"stop",0, TQT_TQOBJECT(this),
+ a_ctNetCancel = new TDEAction(i18n("Stop &Network"),"process-stop",0, TQT_TQOBJECT(this),
TQT_SLOT(slotNetCancel()), actionCollection(), "net_stop");
a_ctNetCancel->setEnabled(false);