summaryrefslogtreecommitdiffstats
path: root/tdefilereplace
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:38 +0200
commitd17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch)
treef8d177d2e951eab368c0491c24837836ef41470b /tdefilereplace
parent9b520883661b34a40beb46cedb80355fbe6587ad (diff)
downloadtdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz
tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdefilereplace')
-rw-r--r--tdefilereplace/Makefile.am4
-rw-r--r--tdefilereplace/main.cpp2
-rw-r--r--tdefilereplace/tdefilereplacepart.cpp2
3 files changed, 4 insertions, 4 deletions
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");