diff options
Diffstat (limited to 'kinit')
-rw-r--r-- | kinit/README | 2 | ||||
-rw-r--r-- | kinit/kinit.cpp | 4 | ||||
-rw-r--r-- | kinit/klauncher_main.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
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 <kstartupinfo.h> // schroder #endif -#include <kdeversion.h> +#include <tdeversion.h> #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(); |