From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kinit/kinit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kinit/kinit.cpp') diff --git a/kinit/kinit.cpp b/kinit/kinit.cpp index 1f65658d9..6cf9293d6 100644 --- a/kinit/kinit.cpp +++ b/kinit/kinit.cpp @@ -166,9 +166,9 @@ int tdeinit_x_errhandler( Display *, XErrorEvent *err ); } #endif -/* These are to link libkparts even if 'smart' linker is used */ -#include -extern "C" KParts::Plugin* _kinit_init_kparts() { return new KParts::Plugin(); } +/* These are to link libtdeparts even if 'smart' linker is used */ +#include +extern "C" KParts::Plugin* _kinit_init_tdeparts() { return new KParts::Plugin(); } /* These are to link libkio even if 'smart' linker is used */ #include extern "C" TDEIO::AuthInfo* _kioslave_init_kio() { return new TDEIO::AuthInfo(); } -- cgit v1.2.1