diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /kinit | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
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(); |