diff options
Diffstat (limited to 'kfind')
-rw-r--r-- | kfind/kfind.cpp | 2 | ||||
-rw-r--r-- | kfind/kfinddlg.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kfind/kfind.cpp b/kfind/kfind.cpp index b1afe1b05..ca4ceb0de 100644 --- a/kfind/kfind.cpp +++ b/kfind/kfind.cpp @@ -72,7 +72,7 @@ Kfind::Kfind(TQWidget *parent, const char *name) mSearch = new KPushButton( KGuiItem(i18n("&Find"), "find"), mButtonBox ); mButtonBox->setSpacing( (tabWidget->sizeHint().height()-4*mSearch->sizeHint().height()) / 4); connect( mSearch, TQT_SIGNAL(clicked()), this, TQT_SLOT( startSearch() ) ); - mStop = new KPushButton( KGuiItem(i18n("Stop"), "stop"), mButtonBox ); + mStop = new KPushButton( KGuiItem(i18n("Stop"), "process-stop"), mButtonBox ); connect( mStop, TQT_SIGNAL(clicked()), this, TQT_SLOT( stopSearch() ) ); mSave = new KPushButton( KStdGuiItem::saveAs(), mButtonBox ); connect( mSave, TQT_SIGNAL(clicked()), this, TQT_SLOT( saveResults() ) ); diff --git a/kfind/kfinddlg.cpp b/kfind/kfinddlg.cpp index efae231de..7810e34b7 100644 --- a/kfind/kfinddlg.cpp +++ b/kfind/kfinddlg.cpp @@ -27,7 +27,7 @@ KfindDlg::KfindDlg(const KURL & url, TQWidget *parent, const char *name) : KDialogBase( Plain, TQString::null, User1 | User2 | Apply | Close | Help, Apply, parent, name, true, false, - KGuiItem(i18n("Stop"), "stop"), + KGuiItem(i18n("Stop"), "process-stop"), KStdGuiItem::saveAs()) { TQWidget::setCaption( i18n("Find Files/Folders" ) ); |