diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:51:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:51:57 -0600 |
commit | 339bb51ad3721e188a57c529828a55400213ff70 (patch) | |
tree | b727ad5ad27441f498bc5e04d5f47d88af0e4537 /kontact/plugins/korganizer | |
parent | f2225fc1f936c1d9e6a5570a63ffe12c366176bf (diff) | |
download | tdepim-339bb51ad3721e188a57c529828a55400213ff70.tar.gz tdepim-339bb51ad3721e188a57c529828a55400213ff70.zip |
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'kontact/plugins/korganizer')
-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. |