aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor/RawEditorWindow.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-01-12 02:28:30 +0000
committerGravatar un1versal2016-01-12 03:28:56 +0000
commit88e1943e750411fea8436a98d17cfbba70f49417 (patch)
tree16e737920f88370271129f6005355ab332b0a40c /src/modules/raweditor/RawEditorWindow.cpp
parentthemes: fix and add new icons assignments (diff)
downloadKVIrc-88e1943e750411fea8436a98d17cfbba70f49417.tar.gz
KVIrc-88e1943e750411fea8436a98d17cfbba70f49417.tar.bz2
KVIrc-88e1943e750411fea8436a98d17cfbba70f49417.zip
editor windows: show correct icons in treeview when editor windows are open
Diffstat (limited to 'src/modules/raweditor/RawEditorWindow.cpp')
-rw-r--r--src/modules/raweditor/RawEditorWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/raweditor/RawEditorWindow.cpp b/src/modules/raweditor/RawEditorWindow.cpp
index bd78635c8..006f94063 100644
--- a/src/modules/raweditor/RawEditorWindow.cpp
+++ b/src/modules/raweditor/RawEditorWindow.cpp
@@ -516,7 +516,7 @@ void RawEditorWindow::cancelClicked()
QPixmap * RawEditorWindow::myIconPtr()
{
- return g_pIconManager->getSmallIcon(KviIconManager::RawEvent);
+ return g_pIconManager->getSmallIcon(KviIconManager::RawEventEditor);
}
void RawEditorWindow::fillCaptionBuffers()