From 82072ef281de2d5948a42fb69ae800d47e0800be Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:18:40 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kfilereplace/CMakeLists.txt | 4 ++-- kfilereplace/Makefile.am | 4 ++-- kfilereplace/kfilereplace.h | 2 +- kfilereplace/kfilereplacepart.cpp | 2 +- kfilereplace/kfilereplacepart.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kfilereplace') diff --git a/kfilereplace/CMakeLists.txt b/kfilereplace/CMakeLists.txt index 0748dec8..2ca35794 100644 --- a/kfilereplace/CMakeLists.txt +++ b/kfilereplace/CMakeLists.txt @@ -41,7 +41,7 @@ tde_add_kpart( libkfilereplacepart AUTOMOC kfilereplaceviewwdg.ui kaddstringdlg.cpp kaddstringdlgs.ui knewprojectdlg.cpp knewprojectdlgs.ui koptionsdlg.cpp koptionsdlgs.ui kfilereplacelib.cpp report.cpp - LINK kio-shared kparts-shared + LINK kio-shared tdeparts-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -51,6 +51,6 @@ tde_add_kpart( libkfilereplacepart AUTOMOC tde_add_executable( kfilereplace AUTOMOC SOURCES kfilereplace.cpp main.cpp - LINK kio-shared kparts-shared + LINK kio-shared tdeparts-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kfilereplace/Makefile.am b/kfilereplace/Makefile.am index d758e866..4e0d8ed1 100644 --- a/kfilereplace/Makefile.am +++ b/kfilereplace/Makefile.am @@ -21,7 +21,7 @@ libkfilereplacepart_la_SOURCES = kfilereplacepart.cpp kfilereplaceview.cpp \ knewprojectdlgs.ui koptionsdlg.cpp koptionsdlgs.ui kfilereplacelib.cpp report.cpp \ commandengine.cpp configurationclasses.cpp -libkfilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts -lDCOP +libkfilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP libkfilereplacepart_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) $(LIB_KHTML) messages: rc.cpp @@ -38,6 +38,6 @@ partrc_DATA = kfilereplacepartui.rc shellrcdir = $(kde_datadir)/kfilereplace shellrc_DATA = kfilereplaceui.rc bin_PROGRAMS = kfilereplace -kfilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts -lDCOP +kfilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP kfilereplace_LDADD = $(LIB_KPARTS) kfilereplace_SOURCES = kfilereplace.cpp main.cpp diff --git a/kfilereplace/kfilereplace.h b/kfilereplace/kfilereplace.h index 2ba946a1..5623d3bf 100644 --- a/kfilereplace/kfilereplace.h +++ b/kfilereplace/kfilereplace.h @@ -16,7 +16,7 @@ #ifndef KFILEREPLACE_H #define KFILEREPLACE_H -#include +#include /** Shell application for the KFileReplace part. diff --git a/kfilereplace/kfilereplacepart.cpp b/kfilereplace/kfilereplacepart.cpp index 49730efa..ed01399a 100644 --- a/kfilereplace/kfilereplacepart.cpp +++ b/kfilereplace/kfilereplacepart.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kfilereplace/kfilereplacepart.h b/kfilereplace/kfilereplacepart.h index 57e1706d..cc427153 100644 --- a/kfilereplace/kfilereplacepart.h +++ b/kfilereplace/kfilereplacepart.h @@ -18,7 +18,7 @@ // QT // KDE -#include +#include class KAboutApplication; class TDEAboutData; class TDEConfig; -- cgit v1.2.1