diff options
Diffstat (limited to 'src/modules/help')
| -rw-r--r-- | src/modules/help/HelpWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/HelpWindow.cpp b/src/modules/help/HelpWindow.cpp index 5f58d85ed..e104b5e95 100644 --- a/src/modules/help/HelpWindow.cpp +++ b/src/modules/help/HelpWindow.cpp @@ -303,7 +303,7 @@ void HelpWindow::searchSelected ( QListWidgetItem *item ) QPixmap * HelpWindow::myIconPtr() { - return g_pIconManager->getSmallIcon(KVI_SMALLICON_MDIHELP); + return g_pIconManager->getSmallIcon(KviIconManager::MdiHelp); } void HelpWindow::resizeEvent(QResizeEvent *) |
