summaryrefslogtreecommitdiffstats
path: root/kviewshell/searchWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/searchWidget.cpp')
-rw-r--r--kviewshell/searchWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/searchWidget.cpp b/kviewshell/searchWidget.cpp
index 4387b070..a753ec45 100644
--- a/kviewshell/searchWidget.cpp
+++ b/kviewshell/searchWidget.cpp
@@ -46,7 +46,7 @@ SearchWidget::SearchWidget(TQWidget* parent, const char* name, WFlags fl)
layout = new TQHBoxLayout(this, 4, 6, "SearchWidgetLayout");
stopButton = new TQPushButton(this, "stopButton");
- stopButton->setPixmap(TDEGlobal::iconLoader()->loadIcon("stop", TDEIcon::Small, TDEIcon::SizeSmall));
+ stopButton->setPixmap(TDEGlobal::iconLoader()->loadIcon("process-stop", TDEIcon::Small, TDEIcon::SizeSmall));
layout->addWidget(stopButton);
searchLabel = new TQLabel(this, "searchLabel");