From 3b1405169d66e029912f53d10c2880c46f5ed159 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:51:39 -0600 Subject: Additional renaming of kde to tde --- kinit/README | 2 +- kinit/kinit.cpp | 4 ++-- kinit/klauncher_main.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kinit') diff --git a/kinit/README b/kinit/README index 2e5f6c236..97ce088cc 100644 --- a/kinit/README +++ b/kinit/README @@ -79,6 +79,6 @@ Disadvantages The process name of applications started via tdeinit is "tdeinit". This problem can be corrected to a degree by changing the application name as shown by 'ps'. However, applications like "killall" will only see "tdeinit" as -process name. To workaround this, use "kdekillall", from kdesdk/scripts, +process name. To workaround this, use "kdekillall", from tdesdk/scripts, for applications started via tdeinit. diff --git a/kinit/kinit.cpp b/kinit/kinit.cpp index 16e4e60ef..6859282d3 100644 --- a/kinit/kinit.cpp +++ b/kinit/kinit.cpp @@ -71,7 +71,7 @@ #include // schroder #endif -#include +#include #include "ltdl.h" #include "klauncher_cmds.h" @@ -1619,7 +1619,7 @@ static void setupX() XSetErrorHandler(tdeinit_x_errhandler); } -// Borrowed from kdebase/kaudio/kaudioserver.cpp +// Borrowed from tdebase/kaudio/kaudioserver.cpp static int initXconnection() { X11display = XOpenDisplay(NULL); diff --git a/kinit/klauncher_main.cpp b/kinit/klauncher_main.cpp index 632c82a8c..920234283 100644 --- a/kinit/klauncher_main.cpp +++ b/kinit/klauncher_main.cpp @@ -72,7 +72,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char**argv ) putenv(strdup("SESSION_MANAGER=")); // Allow the locale to initialize properly - KLocale::setMainCatalogue("kdelibs"); + KLocale::setMainCatalogue("tdelibs"); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); -- cgit v1.2.1