diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:17 -0500 |
commit | 642b172d8e5f3d8ce905b71c5772da30fb215ae7 (patch) | |
tree | b6bd562cdeca6f5066575276d1b390ffd80e18f3 /kviewshell | |
parent | b45e7a0e5551fee5ef12850e526725c97f7459d1 (diff) | |
download | tdegraphics-642b172d8e5f3d8ce905b71c5772da30fb215ae7.tar.gz tdegraphics-642b172d8e5f3d8ce905b71c5772da30fb215ae7.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kviewshell')
-rw-r--r-- | kviewshell/searchWidget.cpp | 2 |
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"); |