summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/korganizer/korganizerplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/korganizer/korganizerplugin.cpp')
-rw-r--r--kontact/plugins/korganizer/korganizerplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/korganizer/korganizerplugin.cpp b/kontact/plugins/korganizer/korganizerplugin.cpp
index a73e551e..f0f88c7c 100644
--- a/kontact/plugins/korganizer/korganizerplugin.cpp
+++ b/kontact/plugins/korganizer/korganizerplugin.cpp
@@ -132,8 +132,8 @@ void KOrganizerPlugin::slotNewEvent()
void KOrganizerPlugin::slotSyncEvents()
{
- DCOPRef ref( "kmail", "KMailICalIface" );
- ref.send( "triggerSync", TQString("Calendar") );
+ DCOPRef ref( "korganizer", "KOrganizerIface" );
+ ref.send( "syncAllResources" );
}
bool KOrganizerPlugin::createDCOPInterface( const TQString& serviceType )