aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWindow.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-01-09 08:11:37 +0000
committerGravatar un1versal2016-01-09 10:36:28 +0000
commit67d7b06ed11c8ec8102a287b817272dc20bf5f1f (patch)
tree2ac3929bb2744f01560e629525735946b13babc2 /src/modules/help/HelpWindow.cpp
parentcleanup: remove unused icons (diff)
downloadKVIrc-67d7b06ed11c8ec8102a287b817272dc20bf5f1f.tar.gz
KVIrc-67d7b06ed11c8ec8102a287b817272dc20bf5f1f.tar.bz2
KVIrc-67d7b06ed11c8ec8102a287b817272dc20bf5f1f.zip
icon rename: mdihelp -> questionmark
we dont have MDI anymore anyway
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 *)