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 --- kaddressbook/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kaddressbook/main.cpp') diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp index 805a20cc..16c5156e 100644 --- a/kaddressbook/main.cpp +++ b/kaddressbook/main.cpp @@ -72,7 +72,7 @@ int KAddressBookApp::newInstance() mMainWin->hide(); } // otherwise, leave the window like it is (hidden or shown) - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); } else { TQString file; if ( args->isSet( "document" ) ) { @@ -101,7 +101,7 @@ int KAddressBookApp::newInstance() static bool firstInstance = true; if ( !firstInstance ) - KStartupInfo::setNewStartupId( mMainWin, kapp->startupId() ); + TDEStartupInfo::setNewStartupId( mMainWin, kapp->startupId() ); firstInstance = false; #endif -- cgit v1.2.3