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

pull/1/head
Timothy Pearson 11 years ago
parent b304fc18e1
commit 9e29115573

@ -1657,7 +1657,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
@ -1974,7 +1974,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")
@ -1984,7 +1984,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
]) ])

6
aclocal.m4 vendored

@ -1669,7 +1669,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
@ -1986,7 +1986,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")
@ -1996,7 +1996,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
]) ])

@ -21,7 +21,7 @@
#include <arts/flowsystem.h> #include <arts/flowsystem.h>
#include <arts/connect.h> #include <arts/connect.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqmap.h> #include <tqmap.h>

@ -16,7 +16,7 @@
***************************************************************************/ ***************************************************************************/
/* KDE */ /* KDE */
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
/* TQt */ /* TQt */

@ -15,7 +15,7 @@
* * * *
***************************************************************************/ ***************************************************************************/
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kicontheme.h> #include <kicontheme.h>
#include "dlg_engine.moc" #include "dlg_engine.moc"

@ -21,7 +21,7 @@
#include <kdialogbase.h> #include <kdialogbase.h>
#include <klineedit.h> #include <klineedit.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqvbox.h> #include <tqvbox.h>

@ -32,7 +32,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <klocale.h> #include <klocale.h>
/* KFile */ /* KFile */
#include <kfiledialog.h> #include <tdefiledialog.h>
/* TQt */ /* TQt */
#include <tqpalette.h> #include <tqpalette.h>
#include <tqiconset.h> #include <tqiconset.h>

@ -20,7 +20,7 @@
#include <klocale.h> #include <klocale.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqobject.h> #include <tqobject.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -18,10 +18,10 @@
#include <kstddirs.h> #include <kstddirs.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kmdcodec.h> #include <kmdcodec.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
/* TQt */ /* TQt */
#include <tqdir.h> #include <tqdir.h>
#include <tqimage.h> #include <tqimage.h>

@ -23,8 +23,8 @@
#include <tqstyle.h> #include <tqstyle.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
setPageDisplay::setPageDisplay(TQWidget *parent, resource *Rsrc ) : TQVBoxLayout(parent) setPageDisplay::setPageDisplay(TQWidget *parent, resource *Rsrc ) : TQVBoxLayout(parent)
{ {

@ -15,7 +15,7 @@
* * * *
***************************************************************************/ ***************************************************************************/
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kicontheme.h> #include <kicontheme.h>
#include "setpagegeneral.moc" #include "setpagegeneral.moc"

@ -21,7 +21,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <kapp.h> #include <kapp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "tabbox.h" #include "tabbox.h"
/** /**

Loading…
Cancel
Save