From d17de25b7fe2200ed60b15ec6801e3458b2c1046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:03:18 +0200 Subject: Additional k => tde renaming and fixes --- tdefilereplace/Makefile.am | 4 ++-- tdefilereplace/main.cpp | 2 +- tdefilereplace/tdefilereplacepart.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tdefilereplace') diff --git a/tdefilereplace/Makefile.am b/tdefilereplace/Makefile.am index c4c2f474..f1c603b9 100644 --- a/tdefilereplace/Makefile.am +++ b/tdefilereplace/Makefile.am @@ -22,7 +22,7 @@ libtdefilereplacepart_la_SOURCES = tdefilereplacepart.cpp tdefilereplaceview.cpp commandengine.cpp configurationclasses.cpp libtdefilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts -lDCOP -libtdefilereplacepart_la_LIBADD = $(LIB_TDEFILE) $(LIB_KPARTS) $(LIB_TDEHTML) +libtdefilereplacepart_la_LIBADD = $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEHTML) messages: rc.cpp $(XGETTEXT) *.cpp *.h -o $(podir)/tdefilereplace.pot @@ -39,5 +39,5 @@ shellrcdir = $(kde_datadir)/tdefilereplace shellrc_DATA = tdefilereplaceui.rc bin_PROGRAMS = tdefilereplace tdefilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts -lDCOP -tdefilereplace_LDADD = $(LIB_KPARTS) +tdefilereplace_LDADD = $(LIB_TDEPARTS) tdefilereplace_SOURCES = tdefilereplace.cpp main.cpp diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp index 573577e6..da78eb23 100644 --- a/tdefilereplace/main.cpp +++ b/tdefilereplace/main.cpp @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) { TDEAboutData about("tdefilereplace", I18N_NOOP("KFileReplace"), version, description, TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."), - "http://www.tdewebdev.org"); + "http://www.kdewebdev.org"); about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org"); about.addAuthor("Emiliano Gulmini", I18N_NOOP("Current maintainer, code cleaner and rewriter"),"emi_barbarossa@yahoo.it"); diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp index db98b00d..ffbc029d 100644 --- a/tdefilereplace/tdefilereplacepart.cpp +++ b/tdefilereplace/tdefilereplacepart.cpp @@ -514,7 +514,7 @@ TDEAboutData* KFileReplacePart::createAboutData() KFR_VERSION, I18N_NOOP( "Batch search and replace tool."), TDEAboutData::License_GPL_V2, - "(C) 1999-2002 Fran�is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.tdewebdev.org"); + "(C) 1999-2002 Fran�is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org"); aboutData->addAuthor("Fran�is Dupoux", I18N_NOOP("Original author of the KFileReplace tool"), "dupoux@dupoux.com"); -- cgit v1.2.3