Rename remnant files and references from kinit -> tdeinit.

pull/16/head
Darrell Anderson 11 years ago
parent 931f86e56b
commit 47a706a785

@ -972,7 +972,7 @@ add_subdirectory( tdeparts )
add_subdirectory( tdeutils )
add_subdirectory( tdespell2 )
add_subdirectory( tdemdi )
add_subdirectory( kinit )
add_subdirectory( tdeinit )
add_subdirectory( tdeprint )
add_subdirectory( kab )
add_subdirectory( tderesources )

@ -20,7 +20,7 @@
COMPILE_FIRST = dcop libltdl tdefx tdecore tdeunittest tdeui tdesu kjs tdewallet kio kded kded_post
COMPILE_BEFORE_doc = kdoctools
COMPILE_AFTER_tdeparts = tdespell2 tdemdi tdeprint kinit kate interfaces tdecert tdehtml tderandr
COMPILE_AFTER_tdeparts = tdespell2 tdemdi tdeprint tdeinit kate interfaces tdecert tdehtml tderandr
COMPILE_AFTER_tdeprint = kate tdehtml
COMPILE_BEFORE_tdehtml = tdeutils
COMPILE_BEFORE_kabc = kab tderesources

@ -81,7 +81,7 @@ Here is an alphabetical list:
An all purpose extension to the qimgio class that supports various
image formats.
* kinit
* tdeinit
Process launcher, used for fast KDE startup
* kio

@ -51,7 +51,7 @@
#include <tdeapplication.h>
#include <dcopclient.h>
#include <../kinit/tdelauncher_cmds.h>
#include <../tdeinit/tdelauncher_cmds.h>
#if defined Q_WS_X11
#include <X11/Xlib.h>
@ -337,7 +337,7 @@ void TDECrash::startDirectly( const char* argv[], int )
}
}
// From now on this code is copy&pasted from kinit/wrapper.c :
// From now on this code is copy&pasted from tdeinit/wrapper.c :
extern char **environ;

@ -65,7 +65,7 @@ DEALINGS IN THE SOFTWARE.
static const char* const NET_STARTUP_MSG = "_NET_STARTUP_INFO";
static const char* const NET_STARTUP_WINDOW = "_NET_STARTUP_ID";
// DESKTOP_STARTUP_ID is used also in kinit/wrapper.c ,
// DESKTOP_STARTUP_ID is used also in tdeinit/wrapper.c ,
// tdesu in both tdelibs and tdebase and who knows where else
static const char* const NET_STARTUP_ENV = "DESKTOP_STARTUP_ID";

@ -34,7 +34,7 @@ link_directories(
set( target tdeinit )
set( ${target}_SRCS
kinit.cpp setproctitle.cpp
tdeinit.cpp setproctitle.cpp
)
tde_add_executable( ${target}

@ -24,7 +24,7 @@ bin_PROGRAMS = tdeinit tdeinit_wrapper kshell tdeinit_shutdown lnusertemp kwrapp
lib_LTLIBRARIES =
tdeinit_LTLIBRARIES = tdelauncher.la
tdeinit_SOURCES = kinit.cpp setproctitle.cpp
tdeinit_SOURCES = tdeinit.cpp setproctitle.cpp
# NOTE: We link against all common libraries even if we don't need them ourselves.
# For the future: examine if condensing the tons of *_LDFLAGS variables

@ -168,7 +168,7 @@ int tdeinit_x_errhandler( Display *, XErrorEvent *err );
/* These are to link libtdeparts even if 'smart' linker is used */
#include <tdeparts/plugin.h>
extern "C" KParts::Plugin* _kinit_init_tdeparts() { return new KParts::Plugin(); }
extern "C" KParts::Plugin* _tdeinit_init_tdeparts() { return new KParts::Plugin(); }
/* These are to link libtdeio even if 'smart' linker is used */
#include <tdeio/authinfo.h>
extern "C" TDEIO::AuthInfo* _tdeioslave_init_kio() { return new TDEIO::AuthInfo(); }
Loading…
Cancel
Save