aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/HelpWindow.cpp')
-rw-r--r--src/modules/help/HelpWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/HelpWindow.cpp b/src/modules/help/HelpWindow.cpp
index c62e628c5..e0b0ae747 100644
--- a/src/modules/help/HelpWindow.cpp
+++ b/src/modules/help/HelpWindow.cpp
@@ -322,7 +322,7 @@ void HelpWindow::searchSelected ( QListWidgetItem *item )
QPixmap * HelpWindow::myIconPtr()
{
- return g_pIconManager->getSmallIcon(KviIconManager::MdiHelp);
+ return g_pIconManager->getSmallIcon(KviIconManager::QuestionMark);
}
void HelpWindow::resizeEvent(QResizeEvent *)