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

pull/1/head
Timothy Pearson 11 years ago
parent 1ca8552ffb
commit 4117c5e487

@ -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
@ -1812,7 +1812,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
@ -2118,7 +2118,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")
@ -2128,7 +2128,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
])

@ -46,7 +46,7 @@ http://developer.kde.org/documentation/tutorials/xmlui/preface.html
them more maintainable.
For more details, consult :
http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html
http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos

@ -31,9 +31,9 @@
#include <tdeversion.h>
#include <kstatusbar.h>
#include <kaccel.h>
#include <kio/netaccess.h>
#include <kfiledialog.h>
#include <kconfig.h>
#include <tdeio/netaccess.h>
#include <tdefiledialog.h>
#include <tdeconfig.h>
#include <kurl.h>
#include <kurldrag.h>
#include <kstdaccel.h>
@ -41,7 +41,7 @@
#include <kstdaction.h>
#include <kactionclasses.h>
#include <kpopupmenu.h>
#include <kio/renamedlg.h>
#include <tdeio/renamedlg.h>
#include <kinputdialog.h>
#include <kshell.h>
#include <kdesktopfile.h>

@ -35,7 +35,7 @@
#include <kdesktopfile.h>
#include <assert.h>
#include <ksortablevaluelist.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <konq_operations.h>
#include "dolphin.h"

@ -21,7 +21,7 @@
#ifndef DOLPHINDETAILSVIEW_H
#define DOLPHINDETAILSVIEW_H
#include <kfiledetailview.h>
#include <tdefiledetailview.h>
#include <itemeffectsmanager.h>
class TQRect;

@ -19,7 +19,7 @@
***************************************************************************/
#include "dolphindirlister.h"
#include <kio/jobclasses.h>
#include <tdeio/jobclasses.h>
// TODO:
#include <stdio.h>

@ -29,7 +29,7 @@
#include <assert.h>
#include <kaction.h>
#include <kstdaction.h>
#include <kfileitem.h>
#include <tdefileitem.h>
#include "dolphinview.h"
#include "viewproperties.h"

@ -21,7 +21,7 @@
#ifndef DOLPHINICONSVIEW_H
#define DOLPHINICONSVIEW_H
#include <kfileiconview.h>
#include <tdefileiconview.h>
#include <tqpixmap.h>
#include <kurl.h>
#include <itemeffectsmanager.h>

@ -23,8 +23,8 @@
#include <tqlayout.h>
#include <kurl.h>
#include <klocale.h>
#include <kio/netaccess.h>
#include <kio/renamedlg.h>
#include <tdeio/netaccess.h>
#include <tdeio/renamedlg.h>
#include <assert.h>
#include "urlnavigator.h"

@ -24,9 +24,9 @@
#include <tqwidget.h>
#include <tdeparts/part.h>
#include <kfileitem.h>
#include <kfileiconview.h>
#include <kio/job.h>
#include <tdefileitem.h>
#include <tdefileiconview.h>
#include <tdeio/job.h>
#include <urlnavigator.h>
class TQPainter;

@ -27,7 +27,7 @@
#include <kiconloader.h>
#include <tqpushbutton.h>
#include <kurl.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kicondialog.h>
#include <tqhbox.h>

@ -31,7 +31,7 @@
#include <tqcheckbox.h>
#include <tqbuttongroup.h>
#include <tqpushbutton.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <tqradiobutton.h>
#include "dolphinsettings.h"

@ -36,11 +36,11 @@
#include <kbookmarkmanager.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <kio/previewjob.h>
#include <kfileitem.h>
#include <tdeio/previewjob.h>
#include <tdefileitem.h>
#include <kdialog.h>
#include <kglobalsettings.h>
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include "dolphin.h"
#include "pixmapviewer.h"

@ -20,7 +20,7 @@
#include "sidebarssettings.h"
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <assert.h>
leftSidebarSettings::leftSidebarSettings() :

@ -25,7 +25,7 @@
#include <kglobalsettings.h>
#include <kdiskfreesp.h>
#include <klocale.h>
#include <kio/job.h>
#include <tdeio/job.h>
StatusBarSpaceInfo::StatusBarSpaceInfo(TQWidget* parent) :
TQWidget(parent),

@ -20,7 +20,7 @@
#include "undomanager.h"
#include <klocale.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <tqtimer.h>
#include <assert.h>

@ -24,7 +24,7 @@
#include <tqobject.h>
#include <tqvaluelist.h>
#include <kurl.h>
#include <kio/jobclasses.h>
#include <tdeio/jobclasses.h>
class ProgressIndicator;

@ -35,7 +35,7 @@
#include <tqfont.h>
#include <tqlistbox.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kurlcombobox.h>
#include <kurlcompletion.h>
#include <kbookmarkmanager.h>

@ -27,7 +27,7 @@
#include <kglobalsettings.h>
#include <kiconloader.h>
#include <kio/jobclasses.h>
#include <tdeio/jobclasses.h>
#include <klocale.h>
#include <kpopupmenu.h>
#include <kurl.h>

@ -22,7 +22,7 @@
#include <tqstringlist.h>
#include <kio/global.h>
#include <tdeio/global.h>
#include <urlbutton.h>

Loading…
Cancel
Save