summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 18:01:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 18:01:55 -0600
commitf17c7dd62027718a6e36b6f7cd9da93a583260f7 (patch)
tree02f516cae0b99a0834023b92698fe53b6bc3cc02
parentb63b93fb56b967427b1e3ac1b8adb6d16c7d245f (diff)
downloadtdelibs-f17c7dd6.tar.gz
tdelibs-f17c7dd6.zip
Rename startkde to starttde
-rw-r--r--kinit/kstartupconfig.cpp2
-rw-r--r--tdecore/eventsrc2
-rw-r--r--tdecore/kapplication.h2
-rw-r--r--tdecore/knotifyclient.cpp2
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 );