summaryrefslogtreecommitdiffstats
path: root/kdpkg-install
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:08:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:08:48 -0600
commit4689bf263d796823d20546e6462979b6f0c66f83 (patch)
tree004796a67c60250d0236046086c6d95bd887622c /kdpkg-install
parent2ee2d4c4c7ac2f52f9c57fa8eeea177c2818bdea (diff)
downloadkdpkg-4689bf263d796823d20546e6462979b6f0c66f83.tar.gz
kdpkg-4689bf263d796823d20546e6462979b6f0c66f83.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdpkg-install')
-rw-r--r--kdpkg-install/Makefile.am2
-rw-r--r--kdpkg-install/console.h2
-rw-r--r--kdpkg-install/install.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kdpkg-install/Makefile.am b/kdpkg-install/Makefile.am
index cc82f36..3bc937b 100644
--- a/kdpkg-install/Makefile.am
+++ b/kdpkg-install/Makefile.am
@@ -9,7 +9,7 @@ METASOURCES = AUTO
# the application source, library search path, and link libraries
kdpkg_install_SOURCES = main.cpp install.cpp installdialog.ui process.cpp console.cpp consoledialog.ui
-kdpkg_install_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lkio
+kdpkg_install_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -lkio
kdpkg_install_LDADD = $(LIB_TDEUI)
diff --git a/kdpkg-install/console.h b/kdpkg-install/console.h
index 3c6cde5..38c75c0 100644
--- a/kdpkg-install/console.h
+++ b/kdpkg-install/console.h
@@ -27,7 +27,7 @@
#include <tqstring.h>
#include <kde_terminal_interface.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
class console : public Widget
{
diff --git a/kdpkg-install/install.h b/kdpkg-install/install.h
index dca1883..4af5f4b 100644
--- a/kdpkg-install/install.h
+++ b/kdpkg-install/install.h
@@ -23,7 +23,7 @@
#include <installdialog.h>
#include <kde_terminal_interface.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <process.h>
#include <tqprocess.h>