diff options
Diffstat (limited to 'src/modules/eventeditor/EventEditorWindow.cpp')
| -rw-r--r-- | src/modules/eventeditor/EventEditorWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/eventeditor/EventEditorWindow.cpp b/src/modules/eventeditor/EventEditorWindow.cpp index 320d6acbf..5bb8f71a6 100644 --- a/src/modules/eventeditor/EventEditorWindow.cpp +++ b/src/modules/eventeditor/EventEditorWindow.cpp @@ -562,7 +562,7 @@ void EventEditorWindow::cancelClicked() QPixmap * EventEditorWindow::myIconPtr() { - return g_pIconManager->getSmallIcon(KviIconManager::Event); + return g_pIconManager->getSmallIcon(KviIconManager::EventEditor); } void EventEditorWindow::fillCaptionBuffers() |
