From 339bb51ad3721e188a57c529828a55400213ff70 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:51:57 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- kontact/interfaces/uniqueapphandler.cpp | 2 +- kontact/plugins/korganizer/korg_uniqueapp.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kontact') diff --git a/kontact/interfaces/uniqueapphandler.cpp b/kontact/interfaces/uniqueapphandler.cpp index 04e5a9e2..1cddbf1a 100644 --- a/kontact/interfaces/uniqueapphandler.cpp +++ b/kontact/interfaces/uniqueapphandler.cpp @@ -82,7 +82,7 @@ int UniqueAppHandler::newInstance() if ( kapp->mainWidget() ) { kapp->mainWidget()->show(); KWin::forceActiveWindow( kapp->mainWidget()->winId() ); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); } // Then ensure the part appears in kontact diff --git a/kontact/plugins/korganizer/korg_uniqueapp.cpp b/kontact/plugins/korganizer/korg_uniqueapp.cpp index 9a1f3fc4..1a90a8aa 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. -- cgit v1.2.3