summaryrefslogtreecommitdiffstats
path: root/kfilereplace
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:35 -0600
commitffa67ac75582192196cb70f866f6bfa00586542a (patch)
tree5a09c67b42a8228fc8348b5689b85006ea09942d /kfilereplace
parent997aa1672a07ce33c6696bd4a4124bfff97036e1 (diff)
downloadtdewebdev-ffa67ac75582192196cb70f866f6bfa00586542a.tar.gz
tdewebdev-ffa67ac75582192196cb70f866f6bfa00586542a.zip
Additional renaming of kde to tde
Diffstat (limited to 'kfilereplace')
-rw-r--r--kfilereplace/kfilereplace.kdevelop8
-rw-r--r--kfilereplace/kfilereplacepart.cpp2
-rw-r--r--kfilereplace/knewprojectdlg.cpp2
-rw-r--r--kfilereplace/main.cpp2
4 files changed, 7 insertions, 7 deletions
diff --git a/kfilereplace/kfilereplace.kdevelop b/kfilereplace/kfilereplace.kdevelop
index 06c6de76..fcba4350 100644
--- a/kfilereplace/kfilereplace.kdevelop
+++ b/kfilereplace/kfilereplace.kdevelop
@@ -1,5 +1,5 @@
<?xml version = '1.0'?>
-<kdevelop>
+<tdevelop>
<general>
<author/>
<email/>
@@ -128,8 +128,8 @@
<envvar value="kommander klinkstatus kxsldbg kimagemapeditor quanta" name="DO_NOT_COMPILE" />
</envvars>
<configargs>--enable-debug=full --prefix=/opt/trinity --enable-editors</configargs>
- <builddir>/home/andris/development/build/kde-head/kdewebdev</builddir>
- <topsourcedir>/home/andris/development/sources/kde-head/kdewebdev</topsourcedir>
+ <builddir>/home/andris/development/build/kde-head/tdewebdev</builddir>
+ <topsourcedir>/home/andris/development/sources/kde-head/tdewebdev</topsourcedir>
<cppflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER</cppflags>
<ldflags/>
<ccompiler>kdevgccoptions</ccompiler>
@@ -187,4 +187,4 @@
<recursivewhencommitremove>true</recursivewhencommitremove>
<revertoptions>-C</revertoptions>
</kdevcvsservice>
-</kdevelop>
+</tdevelop>
diff --git a/kfilereplace/kfilereplacepart.cpp b/kfilereplace/kfilereplacepart.cpp
index e805d3ea..2a7934e2 100644
--- a/kfilereplace/kfilereplacepart.cpp
+++ b/kfilereplace/kfilereplacepart.cpp
@@ -514,7 +514,7 @@ KAboutData* KFileReplacePart::createAboutData()
KFR_VERSION,
I18N_NOOP( "Batch search and replace tool."),
KAboutData::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.kdewebdev.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.tdewebdev.org");
aboutData->addAuthor("Fran�is Dupoux",
I18N_NOOP("Original author of the KFileReplace tool"),
"dupoux@dupoux.com");
diff --git a/kfilereplace/knewprojectdlg.cpp b/kfilereplace/knewprojectdlg.cpp
index e7587f01..21e986ad 100644
--- a/kfilereplace/knewprojectdlg.cpp
+++ b/kfilereplace/knewprojectdlg.cpp
@@ -39,7 +39,7 @@
#include <klocale.h>
#include <kpushbutton.h>
#include <kstandarddirs.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kiconloader.h>
#include <kdebug.h>
#include <kapplication.h>
diff --git a/kfilereplace/main.cpp b/kfilereplace/main.cpp
index 4ce9b742..027894f9 100644
--- a/kfilereplace/main.cpp
+++ b/kfilereplace/main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
{
KAboutData about("kfilereplace", I18N_NOOP("KFileReplace"), version, description,
KAboutData::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.kdewebdev.org");
+ "http://www.tdewebdev.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");