Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 1d9e8614a0
commit e382b58890

@ -602,7 +602,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi fi
if test -n "$trinity2ornewer"; then if test -n "$trinity2ornewer"; then
KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)]) KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)])
KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
fi fi
if test -n "$trinity3ornewer"; then if test -n "$trinity3ornewer"; then
@ -1779,7 +1779,7 @@ if test "$kde_qtver" = 1; then
kde_check_lib="libtdecore.la" kde_check_lib="libtdecore.la"
else else
kde_check_header="ksharedptr.h" kde_check_header="ksharedptr.h"
kde_check_lib="libkio.la" kde_check_lib="libtdeio.la"
fi fi
if test -z "$1"; then if test -z "$1"; then
@ -2085,7 +2085,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca") AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-lkfile") AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-ltdehtml") AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KSPELL, "-ltdespell")
@ -2095,7 +2095,7 @@ else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)") AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)")
AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)") AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)")
AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)") AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)")
AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)") AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)")
fi fi
]) ])

@ -26,7 +26,7 @@
#include <twin.h> #include <twin.h>
#include <kimageeffect.h> #include <kimageeffect.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kfontcombo.h> #include <kfontcombo.h>
#include <klocale.h> #include <klocale.h>

@ -19,7 +19,7 @@
***************************************************************************/ ***************************************************************************/
#include <kactionselector.h> #include <kactionselector.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <klocale.h> #include <klocale.h>

@ -22,7 +22,7 @@
***************************************************************************/ ***************************************************************************/
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>
#include <klocale.h> #include <klocale.h>

@ -22,7 +22,7 @@
#include <katapultcatalog.h> #include <katapultcatalog.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kconfigbase.h> #include <tdeconfigbase.h>
#include "song.h" #include "song.h"
class TQWidget; class TQWidget;

@ -21,7 +21,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kio/previewjob.h> #include <tdeio/previewjob.h>
#include "document.h" #include "document.h"

@ -21,7 +21,7 @@
#define DOCUMENT_H #define DOCUMENT_H
#include <katapultitem.h> #include <katapultitem.h>
#include <kfileitem.h> #include <tdefileitem.h>
/** /**
@author Joe Ferris @author Joe Ferris

Loading…
Cancel
Save