diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 17:59:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 17:59:29 -0600 |
commit | 5ddc4d2fa0a88092a515275b93575458cd36324d (patch) | |
tree | a61df79b87584910bde10f52db11739101816037 /ksmserver/startup.cpp | |
parent | d6e7c01d38b7d54b3090749ff7a8531f59900d4c (diff) | |
download | tdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.tar.gz tdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.zip |
Rename startkde to starttde
Diffstat (limited to 'ksmserver/startup.cpp')
-rw-r--r-- | ksmserver/startup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/startup.cpp b/ksmserver/startup.cpp index bd2fe440f..b53ae3d18 100644 --- a/ksmserver/startup.cpp +++ b/ksmserver/startup.cpp @@ -329,7 +329,7 @@ void KSMServer::autoStart2() DCOPRef( "kcminit", "kcminit" ).send( "runPhase2" ); if( !defaultSession()) restoreLegacySession( KGlobal::config()); - KNotifyClient::event( 0, "startkde" ); // this is the time KDE is up, more or less + KNotifyClient::event( 0, "starttde" ); // this is the time KDE is up, more or less } void KSMServer::autoStart2Done() |