aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWidget.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-29 08:21:20 +0000
committerGravatar un1versal2015-12-29 08:21:20 +0000
commit30e38cbefa299e82b68aad267f15cb9e49685bb6 (patch)
treed59a2467d2771f299393694bc3e69c412d47a40f /src/modules/help/HelpWidget.cpp
parenttweak plus and minus icons (diff)
downloadKVIrc-30e38cbefa299e82b68aad267f15cb9e49685bb6.tar.gz
KVIrc-30e38cbefa299e82b68aad267f15cb9e49685bb6.tar.bz2
KVIrc-30e38cbefa299e82b68aad267f15cb9e49685bb6.zip
tweak unhandled/unrecognized icons
Diffstat (limited to 'src/modules/help/HelpWidget.cpp')
-rw-r--r--src/modules/help/HelpWidget.cpp2
1 files changed, 1 insertions, 1 deletions
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()));