summaryrefslogtreecommitdiffstats
path: root/korganizer/koeventpopupmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeventpopupmenu.cpp')
-rw-r--r--korganizer/koeventpopupmenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/koeventpopupmenu.cpp b/korganizer/koeventpopupmenu.cpp
index 3c5dd5196..3562bc16b 100644
--- a/korganizer/koeventpopupmenu.cpp
+++ b/korganizer/koeventpopupmenu.cpp
@@ -195,7 +195,7 @@ void KOEventPopupMenu::forward()
KOrg::MainWindow *w = ActionManager::findInstance( KURL() );
if ( !w || !mCurrentIncidence )
return;
- KActionCollection *ac = w->getActionCollection();
- KAction *action = ac->action( "schedule_forward" );
+ TDEActionCollection *ac = w->getActionCollection();
+ TDEAction *action = ac->action( "schedule_forward" );
action->activate();
}