diff options
| author | 2016-01-09 08:11:37 +0000 | |
|---|---|---|
| committer | 2016-01-09 10:36:28 +0000 | |
| commit | 67d7b06ed11c8ec8102a287b817272dc20bf5f1f (patch) | |
| tree | 2ac3929bb2744f01560e629525735946b13babc2 /src/modules/help/HelpWindow.cpp | |
| parent | cleanup: remove unused icons (diff) | |
| download | KVIrc-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.cpp | 2 |
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 *) |
