summaryrefslogtreecommitdiffstats
path: root/karm
diff options
context:
space:
mode:
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");