summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/eventsrc2
-rw-r--r--tdecore/kapplication.h2
-rw-r--r--tdecore/knotifyclient.cpp2
3 files changed, 3 insertions, 3 deletions
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 );