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 /kaddressbook | |
parent | f2225fc1f936c1d9e6a5570a63ffe12c366176bf (diff) | |
download | tdepim-339bb51ad3721e188a57c529828a55400213ff70.tar.gz tdepim-339bb51ad3721e188a57c529828a55400213ff70.zip |
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'kaddressbook')
-rw-r--r-- | kaddressbook/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp index 805a20cc8..16c5156ec 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 |