diff options
Diffstat (limited to 'kontact/plugins/korganizer/korg_uniqueapp.cpp')
-rw-r--r-- | kontact/plugins/korganizer/korg_uniqueapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/korganizer/korg_uniqueapp.cpp b/kontact/plugins/korganizer/korg_uniqueapp.cpp index 9a1f3fc49..1a90a8aad 100644 --- a/kontact/plugins/korganizer/korg_uniqueapp.cpp +++ b/kontact/plugins/korganizer/korg_uniqueapp.cpp @@ -45,7 +45,7 @@ int KOrganizerUniqueAppHandler::newInstance() if ( kapp->mainWidget() ) { kapp->mainWidget()->show(); KWin::forceActiveWindow( kapp->mainWidget()->winId() ); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); } // Then ensure the part appears in kontact. |