From f17c7dd62027718a6e36b6f7cd9da93a583260f7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 18:01:55 -0600 Subject: [PATCH] Rename startkde to starttde --- kinit/kstartupconfig.cpp | 2 +- tdecore/eventsrc | 2 +- tdecore/kapplication.h | 2 +- tdecore/knotifyclient.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kinit/kstartupconfig.cpp b/kinit/kstartupconfig.cpp index 043125976..288c52288 100644 --- a/kinit/kstartupconfig.cpp +++ b/kinit/kstartupconfig.cpp @@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE. /* -This utility helps to have some configuration options available in startkde +This utility helps to have some configuration options available in starttde without the need to launch anything linked to KDE libraries (which may need some time to load). diff --git a/tdecore/eventsrc b/tdecore/eventsrc index 0377e819a..ffc6feb98 100644 --- a/tdecore/eventsrc +++ b/tdecore/eventsrc @@ -1514,7 +1514,7 @@ Comment[zh_HK]=發生了一個很嚴重的錯誤,令程式必須結束 Comment[zh_TW]=因為發生了一個很嚴重的錯誤,所以該程式必須要結束 default_presentation=2 level=8 -[startkde] +[starttde] Name=Login Name[af]=Aanteken Name[ar]=دخول diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h index 894b68578..fabeed524 100644 --- a/tdecore/kapplication.h +++ b/tdecore/kapplication.h @@ -302,7 +302,7 @@ public: * Disables session management for this application. * * Useful in case your application is started by the - * initial "startkde" script. + * initial "starttde" script. */ void disableSessionManagement(); diff --git a/tdecore/knotifyclient.cpp b/tdecore/knotifyclient.cpp index e146fec85..c219cef28 100644 --- a/tdecore/knotifyclient.cpp +++ b/tdecore/knotifyclient.cpp @@ -42,7 +42,7 @@ static bool canAvoidStartupEvent( const TQString& event, const TQString& appname checkAvoid = false; return false; } - // startkde event is in global events file + // starttde event is in global events file static KConfig* configfile = appname != "ksmserver" ? new KConfig( appname + ".eventsrc", true, false ) : new KConfig( "knotify.eventsrc", true, false );