diff options
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 |