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

pull/1/head
Timothy Pearson 11 years ago
parent 13188e36f2
commit 1552a711be

@ -602,7 +602,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi
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)])
fi
if test -n "$trinity3ornewer"; then
@ -1803,7 +1803,7 @@ if test "$kde_qtver" = 1; then
kde_check_lib="libtdecore.la"
else
kde_check_header="ksharedptr.h"
kde_check_lib="libkio.la"
kde_check_lib="libtdeio.la"
fi
if test -z "$1"; then
@ -2109,7 +2109,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-lkfile")
AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
@ -2119,7 +2119,7 @@ else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_TDEUI, "-ltdeui $(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)")
fi
])

@ -49,7 +49,7 @@ rc_DATA = konversationui.rc eventsrc
kdelnk_DATA = konvirc.protocol konvirc6.protocol
kdelnkdir = $(kde_servicesdir)
updatedir = $(kde_datadir)/kconf_update
updatedir = $(kde_datadir)/tdeconf_update
update_DATA = konversation.upd
update_SCRIPTS = konversation-0.19-colors.pl konversation-0.19-sortorder.pl konversation-0.19-appearance.pl \
konversation-0.19-tabplacement.pl konversation-0.19-custombrowser.pl \

@ -19,7 +19,7 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <klineedit.h>
#include <klistview.h>

@ -22,7 +22,7 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <klineedit.h>
#include <klistview.h>

@ -35,7 +35,7 @@
#include <klineedit.h>
#include <klocale.h>
#include <kdebug.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdeversion.h>

@ -964,7 +964,7 @@
</group>
<group name="QueueRates">
<entry name="queueRate$(QueueIndex)" type="IntList" key="EmptyingRate $(QueueIndex)">
<!-- kconfig_compiler really should do this for me... -->
<!-- tdeconfig_compiler really should do this for me... -->
<code> TQValueList&lt; TQValueList&lt;int&gt; &gt; defaultRate;
TQValueList&lt; TQValueList&lt;int&gt; &gt;::iterator defaultRateInitIter;
@ -983,7 +983,7 @@
(*defaultRateInitIter).append( 1 );
(*defaultRateInitIter).append( 0 );
if (0) //kconfig_compiler generates invalid code for int lists</code>
if (0) //tdeconfig_compiler generates invalid code for int lists</code>
<parameter name="QueueIndex" type="Int" max="2"/>
<default param="0" code="true">defaultRate[0]</default>
<default param="1" code="true">defaultRate[1]</default>

@ -25,7 +25,7 @@
#include <kstaticdeleter.h>
#include <kdebug.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kurl.h>
#include <kuser.h>

@ -74,7 +74,7 @@ class Preferences : public TQObject, public PreferencesBase
/** Returns a list of alias set up by default. This is a set of aliases for the scripts found. */
static TQStringList defaultAliasList();
//notifylist is in kconfigxt - FIXME
//notifylist is in tdeconfigxt - FIXME
static const TQMap<int, TQStringList> notifyList();
static const TQStringList notifyListByGroupName(const TQString& groupName);
static const TQString notifyStringByGroupName(const TQString& groupName);

@ -23,7 +23,7 @@
#include <tqtimer.h>
#include <kurl.h>
#include <kio/global.h>
#include <tdeio/global.h>
typedef double transferspeed_t;

@ -24,10 +24,10 @@
#include <tqtimer.h>
#include <kdebug.h>
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include <kglobal.h>
#include <kiconloader.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kprogress.h>

@ -22,7 +22,7 @@
#include <klistview.h>
#include <kurl.h>
#include <kio/global.h>
#include <tdeio/global.h>
class TQStringList;

@ -23,7 +23,7 @@
#include "server.h"
#include <kdebug.h>
#include <kfileitem.h>
#include <tdefileitem.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmessagebox.h>
@ -33,9 +33,9 @@
#include <kdirselectdialog.h>
#include <kuser.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <kio/netaccess.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <tdeio/netaccess.h>
class DccResumeDialog;

@ -38,8 +38,8 @@
#include <kserversocket.h>
#include <tdesocketaddress.h>
#include <kstreamsocket.h>
#include <kio/netaccess.h>
#include <kfileitem.h>
#include <tdeio/netaccess.h>
#include <tdefileitem.h>
// TODO: remove the dependence
#include <kinputdialog.h>

@ -25,7 +25,7 @@
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kurlrequester.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klistview.h>
#include <klineedit.h>
#include <kcolorbutton.h>

@ -22,7 +22,7 @@
#include <tqheader.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kpushbutton.h>
#include <tqcheckbox.h>

@ -62,8 +62,8 @@
#include <kglobalsettings.h>
#include <kdebug.h>
#include <kmenubar.h>
#include <kfiledialog.h>
#include <kio/job.h>
#include <tdefiledialog.h>
#include <tdeio/job.h>
#include <kstdaccel.h>
#include <kglobal.h>

@ -37,7 +37,7 @@
#include <kdebug.h>
#include <kcmdlineargs.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <dcopclient.h>
#include <tdeversion.h>
#include <kstandarddirs.h>

@ -38,8 +38,8 @@
#include "konviconfigdialog.h"
#include <kconfigskeleton.h>
#include <kconfigdialogmanager.h>
#include <tdeconfigskeleton.h>
#include <tdeconfigdialogmanager.h>
#include <klocale.h>
#include <kiconloader.h>
#include <kdebug.h>

@ -33,7 +33,7 @@ Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org>
#include <tqwhatsthis.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kiconloader.h>
#include <tdeversion.h>

@ -31,10 +31,10 @@
#include <kdialog.h>
#include <ktoolbar.h>
#include <kmessagebox.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <kdebug.h>
#include <kio/jobclasses.h>
#include <tdeio/jobclasses.h>
LogfileReader::LogfileReader(TQWidget* parent, const TQString& log) : ChatWindow(parent)

@ -17,7 +17,7 @@
#include "chatwindow.h"
#include <kio/job.h>
#include <tdeio/job.h>
class KToolBar;

@ -25,7 +25,7 @@
#include <tqcheckbox.h>
#include <kfontrequester.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
OSD_Config::OSD_Config( TQWidget* parent, const char* name, WFlags fl )

@ -33,8 +33,8 @@
#include <klocale.h>
#include <kdebug.h>
#include <kio/passdlg.h>
#include <kconfig.h>
#include <tdeio/passdlg.h>
#include <tdeconfig.h>
#include <tdeversion.h>
#include <kshell.h>
#include <tdesocketaddress.h>

@ -22,7 +22,7 @@
#include <tqobject.h>
#include <tqstring.h>
#include <kurl.h>
#include <kio/global.h>
#include <tdeio/global.h>
class Server;

@ -19,7 +19,7 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <klineedit.h>
#include <klistview.h>

@ -50,7 +50,7 @@
#include <kapplication.h>
#include <klocale.h>
#include <kdebug.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kinputdialog.h>
#include <kmessagebox.h>
#include <kresolver.h>

@ -35,12 +35,12 @@
#include <kmessagebox.h>
#include <kstandarddirs.h>
#include <klocale.h>
#include <kio/job.h>
#include <kio/netaccess.h>
#include <kfiledialog.h>
#include <tdeio/job.h>
#include <tdeio/netaccess.h>
#include <tdefiledialog.h>
#include <ktar.h>
#include <kdesktopfile.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
#include <unistd.h> // unlink()

@ -18,7 +18,7 @@
#include "theme_preferencesui.h"
#include "konvisettingspage.h"
#include <kio/job.h>
#include <tdeio/job.h>
class TQStringList;

@ -31,7 +31,7 @@
#include <kdebug.h>
#include <klistview.h>
#include <krun.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kprocess.h>
#include <tdeversion.h>
#include <kshell.h>

@ -19,7 +19,7 @@
#include <kdebug.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <klistview.h>

@ -21,7 +21,7 @@
#include <tqcheckbox.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kpushbutton.h>
#include <klineedit.h>
#include <klocale.h>

Loading…
Cancel
Save