diff options
Diffstat (limited to 'korganizer/koeventpopupmenu.cpp')
-rw-r--r-- | korganizer/koeventpopupmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koeventpopupmenu.cpp b/korganizer/koeventpopupmenu.cpp index 0eb2cb29a..6ab281828 100644 --- a/korganizer/koeventpopupmenu.cpp +++ b/korganizer/koeventpopupmenu.cpp @@ -86,7 +86,7 @@ KOEventPopupMenu::KOEventPopupMenu() this, TQT_SLOT( dissociateFutureOccurrence() ) ) ); insertSeparator(); - insertItem( KOGlobals::self()->smallIcon("mail_forward"), i18n( "Send as iCalendar..."), + insertItem( KOGlobals::self()->smallIcon("mail-forward"), i18n( "Send as iCalendar..."), this, TQT_SLOT(forward()) ); } |