summaryrefslogtreecommitdiffstats
path: root/parts/documentation/tools/htdig
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation/tools/htdig')
-rw-r--r--parts/documentation/tools/htdig/CMakeLists.txt4
-rw-r--r--parts/documentation/tools/htdig/Makefile.am6
-rw-r--r--parts/documentation/tools/htdig/htdigindex.cpp8
-rw-r--r--parts/documentation/tools/htdig/htdigindex.h2
4 files changed, 10 insertions, 10 deletions
diff --git a/parts/documentation/tools/htdig/CMakeLists.txt b/parts/documentation/tools/htdig/CMakeLists.txt
index b42e0d6f..b3a627ac 100644
--- a/parts/documentation/tools/htdig/CMakeLists.txt
+++ b/parts/documentation/tools/htdig/CMakeLists.txt
@@ -20,9 +20,9 @@ link_directories(
)
-##### kdevelop-htdig (executable) ###############
+##### tdevelop-htdig (executable) ###############
-tde_add_executable( kdevelop-htdig AUTOMOC
+tde_add_executable( tdevelop-htdig AUTOMOC
SOURCES htdigindex.cpp
LINK kio-shared
DESTINATION ${BIN_INSTALL_DIR}
diff --git a/parts/documentation/tools/htdig/Makefile.am b/parts/documentation/tools/htdig/Makefile.am
index f69a7b30..b46c07e7 100644
--- a/parts/documentation/tools/htdig/Makefile.am
+++ b/parts/documentation/tools/htdig/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
METASOURCES = AUTO
-bin_PROGRAMS = kdevelop-htdig
-kdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
-kdevelop_htdig_SOURCES = htdigindex.cpp
+bin_PROGRAMS = tdevelop-htdig
+tdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+tdevelop_htdig_SOURCES = htdigindex.cpp
noinst_HEADERS = htdigindex.h
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();
diff --git a/parts/documentation/tools/htdig/htdigindex.h b/parts/documentation/tools/htdig/htdigindex.h
index 661eed74..f0df3263 100644
--- a/parts/documentation/tools/htdig/htdigindex.h
+++ b/parts/documentation/tools/htdig/htdigindex.h
@@ -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 *
* *