summaryrefslogtreecommitdiffstats
path: root/parts/documentation/tools/htdig/htdigindex.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
commit2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch)
treeae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts/documentation/tools/htdig/htdigindex.cpp
parent549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff)
downloadtdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz
tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip
Additional renaming of kde to tde
Diffstat (limited to 'parts/documentation/tools/htdig/htdigindex.cpp')
-rw-r--r--parts/documentation/tools/htdig/htdigindex.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/documentation/tools/htdig/htdigindex.cpp b/parts/documentation/tools/htdig/htdigindex.cpp
index 56877315..bd63375c 100644
--- a/parts/documentation/tools/htdig/htdigindex.cpp
+++ b/parts/documentation/tools/htdig/htdigindex.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel *
* hoelzer@kde.org *
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* Copyright (C) 2004 by Alexander Dymo *
* cloudtemple@mksat.net *
* *
@@ -34,7 +34,7 @@
#include <kmessagebox.h>
#include <kstandarddirs.h>
#include <kprocess.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kprogress.h>
#define INDEXER
@@ -450,7 +450,7 @@ int main(int argc, char *argv[])
KCmdLineLastOption
};
- KAboutData aboutData("kdevelop-htdig", I18N_NOOP("KDevelop ht://Dig Indexer"),
+ KAboutData aboutData("tdevelop-htdig", I18N_NOOP("KDevelop ht://Dig Indexer"),
"0.2", I18N_NOOP("KDE Index generator for documentation files."));
KCmdLineArgs::init(argc, argv, &aboutData);
@@ -458,7 +458,7 @@ int main(int argc, char *argv[])
KApplication app;
- KGlobal::locale()->setMainCatalogue("kdevelop");
+ KGlobal::locale()->setMainCatalogue("tdevelop");
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();