summaryrefslogtreecommitdiffstats
path: root/karm
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 /karm
parent7c7b317942da0a203cfd000ab53cd0f2891316de (diff)
downloadtdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.tar.gz
tdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'karm')
-rw-r--r--karm/karm_part.cpp2
-rw-r--r--karm/mainwindow.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/karm/karm_part.cpp b/karm/karm_part.cpp
index b46202bfd..508375084 100644
--- a/karm/karm_part.cpp
+++ b/karm/karm_part.cpp
@@ -139,7 +139,7 @@ void karmPart::makeMenus()
TQT_SLOT( startCurrentTimer() ), actionCollection(),
"start");
actionStop = new TDEAction( i18n("S&top"),
- TQString::fromLatin1("stop"), 0,
+ TQString::fromLatin1("process-stop"), 0,
TQT_TQOBJECT(_taskView),
TQT_SLOT( stopCurrentTimer() ), actionCollection(),
"stop");
diff --git a/karm/mainwindow.cpp b/karm/mainwindow.cpp
index c9c2ef6a2..cbd122c67 100644
--- a/karm/mainwindow.cpp
+++ b/karm/mainwindow.cpp
@@ -277,7 +277,7 @@ void MainWindow::makeMenus()
TQT_SLOT( startCurrentTimer() ), actionCollection(),
"start");
actionStop = new TDEAction( i18n("S&top"),
- TQString::fromLatin1("stop"), Key_S,
+ TQString::fromLatin1("process-stop"), Key_S,
TQT_TQOBJECT(_taskView),
TQT_SLOT( stopCurrentTimer() ), actionCollection(),
"stop");