From 30e38cbefa299e82b68aad267f15cb9e49685bb6 Mon Sep 17 00:00:00 2001 From: un1versal Date: Tue, 29 Dec 2015 08:21:20 +0000 Subject: tweak unhandled/unrecognized icons --- src/modules/help/HelpWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/help/HelpWidget.cpp') diff --git a/src/modules/help/HelpWidget.cpp b/src/modules/help/HelpWidget.cpp index 9f29343dd..f09ff7f8c 100644 --- a/src/modules/help/HelpWidget.cpp +++ b/src/modules/help/HelpWidget.cpp @@ -91,7 +91,7 @@ HelpWidget::HelpWidget(QWidget * par, bool bIsStandalone) m_pToolBarHighlight->addWidget(m_pFindText); connect(m_pFindText,SIGNAL(textChanged(const QString )),this,SLOT(slotTextChanged(const QString))); - m_pToolBarHighlight->addAction(*g_pIconManager->getSmallIcon(KviIconManager::Unrecognized), __tr2qs("Reset"), this, SLOT(slotResetFind())); + m_pToolBarHighlight->addAction(*g_pIconManager->getSmallIcon(KviIconManager::Discard), __tr2qs("Reset"), this, SLOT(slotResetFind())); m_pToolBarHighlight->addAction(*g_pIconManager->getSmallIcon(KviIconManager::Part), __tr2qs("Find previous"), this, SLOT(slotFindPrev())); m_pToolBarHighlight->addAction(*g_pIconManager->getSmallIcon(KviIconManager::Join), __tr2qs("Find next"), this, SLOT(slotFindNext())); -- cgit v1.3.1-10-gc9f91