summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-15 20:34:11 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-15 20:34:11 -0500
commit70344524ef10d477b9778da65dde70ba95357a34 (patch)
treee713fc7e33e6510f78e293592226efd4b73545a0
parenta166b1dade60d68efa8e704ef8cd0e23a51edbae (diff)
downloadtdelibs-70344524.tar.gz
tdelibs-70344524.zip
Update message strings KDEInit->TDEInit.
-rw-r--r--NAMING4
-rw-r--r--tdeinit/tdelauncher.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/NAMING b/NAMING
index d0d1a8d45..b51cca378 100644
--- a/NAMING
+++ b/NAMING
@@ -8,12 +8,12 @@ those platforms xxxx.la and libxxxx.la both generate DSOs with the
same name "libxxxx.so". Since this leads to problems you should never
use both "xxxx.la" and "libxxxx.la" as names for DSOs!!
-*** Since <appname>.la is reserved for KDEInit loadable modules, it is
+*** Since <appname>.la is reserved for TDEInit loadable modules, it is
*** strongly recommended NEVER to use lib<appname>.la as the name of a
*** library.
-KDEInit Loadable Modules
+TDEInit Loadable Modules
========================
Name: <appname>.la
Definition: tdeinit_LTLIBRARIES = <appname>.la
diff --git a/tdeinit/tdelauncher.cpp b/tdeinit/tdelauncher.cpp
index f7ca08678..4bd80cb13 100644
--- a/tdeinit/tdelauncher.cpp
+++ b/tdeinit/tdelauncher.cpp
@@ -606,7 +606,7 @@ TDELauncher::slotKDEInitData(int)
return;
}
- kdWarning(7016) << "Unexpected command from KDEInit (" << (unsigned int) request_header.cmd
+ kdWarning(7016) << "Unexpected command from TDEInit (" << (unsigned int) request_header.cmd
<< ")" << endl;
}
@@ -741,7 +741,7 @@ TDELauncher::requestDone(TDELaunchRequest *request)
{
DCOPresult.result = 1;
DCOPresult.dcopName = "";
- DCOPresult.error = i18n("KDEInit could not launch '%1'.").arg(TQString(request->name));
+ DCOPresult.error = i18n("TDEInit could not launch '%1'.").arg(TQString(request->name));
if (!request->errorMsg.isEmpty())
DCOPresult.error += ":\n" + request->errorMsg;
DCOPresult.pid = 0;