From f17c7dd62027718a6e36b6f7cd9da93a583260f7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 18:01:55 -0600 Subject: Rename startkde to starttde --- tdecore/eventsrc | 2 +- tdecore/kapplication.h | 2 +- tdecore/knotifyclient.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tdecore') 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 ); -- cgit v1.2.3