summaryrefslogtreecommitdiffstats
path: root/krename
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:12:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:12:05 -0600
commit69eead7d2ea396d3e711abe4668a8222d46251b1 (patch)
treebd63435e06c9307753408ed5def3822948e23c34 /krename
parentb3950b0010bb905707dc4c58794a6f5fefe3f01c (diff)
downloadkrename-69eead7d2ea396d3e711abe4668a8222d46251b1.tar.gz
krename-69eead7d2ea396d3e711abe4668a8222d46251b1.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'krename')
-rw-r--r--krename/Makefile.am2
-rw-r--r--krename/replacedialog.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/krename/Makefile.am b/krename/Makefile.am
index c96fb16..eba5a15 100644
--- a/krename/Makefile.am
+++ b/krename/Makefile.am
@@ -18,7 +18,7 @@ bin_PROGRAMS = krename
# the application source, library search path, and link libraries
-krename_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+krename_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
krename_LDADD =$(LIB_KPARTS) $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIBSOCKET)
noinst_HEADERS = ProgressDialog.h dateplugin.h fileplugin.h kmylistbox.h krenameimpl.h \
diff --git a/krename/replacedialog.cpp b/krename/replacedialog.cpp
index 15e2778..e605619 100644
--- a/krename/replacedialog.cpp
+++ b/krename/replacedialog.cpp
@@ -31,7 +31,7 @@
#include <klocale.h>
#include <klistview.h>
#include <kmessagebox.h>
-#include <kparts/componentfactory.h>
+#include <tdeparts/componentfactory.h>
#include <kpushbutton.h>
#include <kregexpeditorinterface.h>