diff options
Diffstat (limited to 'parts/documentation')
31 files changed, 51 insertions, 51 deletions
diff --git a/parts/documentation/CMakeLists.txt b/parts/documentation/CMakeLists.txt index 0c02a06b..0fa6cdca 100644 --- a/parts/documentation/CMakeLists.txt +++ b/parts/documentation/CMakeLists.txt @@ -53,6 +53,6 @@ tde_add_kpart( libkdevdocumentation AUTOMOC docprojectconfigwidget.cpp KDevDocumentationIface.cpp KDevDocumentationIface.skel addcatalogdlgbase.ui addcatalogdlg.cpp - LINK documentation_interfaces-shared kdevelop-shared khtml-shared + LINK documentation_interfaces-shared tdevelop-shared khtml-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/Makefile.am b/parts/documentation/Makefile.am index b8f4505d..e6724ba1 100644 --- a/parts/documentation/Makefile.am +++ b/parts/documentation/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ kde_module_LTLIBRARIES = libkdevdocumentation.la libkdevdocumentation_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevdocumentation_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevdocumentation_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la $(LIB_KHTML) libkdevdocumentation_la_SOURCES = documentation_part.cpp \ diff --git a/parts/documentation/README.dox b/parts/documentation/README.dox index 63658d49..b65f0d2a 100644 --- a/parts/documentation/README.dox +++ b/parts/documentation/README.dox @@ -10,7 +10,7 @@ Documentation plugin for KDevelop. \feature Devhelp books browsing (GTK/GNOME API) \feature KDevelopTOC browsing -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=documentation& +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=documentation& bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number"> Documentation viewer at Bugzilla database</a> diff --git a/parts/documentation/docglobalconfigwidget.cpp b/parts/documentation/docglobalconfigwidget.cpp index 0184c4c9..8d524a47 100644 --- a/parts/documentation/docglobalconfigwidget.cpp +++ b/parts/documentation/docglobalconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2002 by Sebastian Kratzert * * skratzert@gmx.de * * Copyright (C) 2003-2004 by Alexander Dymo * diff --git a/parts/documentation/documentation_part.cpp b/parts/documentation/documentation_part.cpp index 1e6ba171..9585c4e7 100644 --- a/parts/documentation/documentation_part.cpp +++ b/parts/documentation/documentation_part.cpp @@ -686,7 +686,7 @@ bool DocumentationPart::isAssistantUsed() const void DocumentationPart::setAssistantUsed(bool b) { m_assistantUsed = b; - //use global config to store different settings for kdevassistant and kdevelop + //use global config to store different settings for kdevassistant and tdevelop KConfig *config = kapp->config(); config->setGroup("Documentation"); config->writeEntry("UseAssistant", isAssistantUsed()); diff --git a/parts/documentation/interfaces/CMakeLists.txt b/parts/documentation/interfaces/CMakeLists.txt index 8550a5cf..2809877a 100644 --- a/parts/documentation/interfaces/CMakeLists.txt +++ b/parts/documentation/interfaces/CMakeLists.txt @@ -24,13 +24,13 @@ link_directories( install( FILES kdevdocumentationplugin.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/parts/documentation ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/parts/documentation ) ##### other data ################################ install( FILES - kdevelopdocumentationplugins.desktop + tdevelopdocumentationplugins.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/parts/documentation/interfaces/Mainpage.dox b/parts/documentation/interfaces/Mainpage.dox index 85126a6e..5a6bb2bb 100644 --- a/parts/documentation/interfaces/Mainpage.dox +++ b/parts/documentation/interfaces/Mainpage.dox @@ -5,6 +5,6 @@ This library contains interfaces to implement KDevelop documentation plugins. <b>Link with</b>: -ldocumentation_interfaces -<b>Include path</b>: -I\$(kde_includes)/kdevelop/parts/documentation +<b>Include path</b>: -I\$(kde_includes)/tdevelop/parts/documentation */ diff --git a/parts/documentation/interfaces/Makefile.am b/parts/documentation/interfaces/Makefile.am index e0de7668..93f5e7a0 100644 --- a/parts/documentation/interfaces/Makefile.am +++ b/parts/documentation/interfaces/Makefile.am @@ -1,14 +1,14 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ $(all_includes) METASOURCES = AUTO -partincludedirdir = $(includedir)/kdevelop/parts/documentation +partincludedirdir = $(includedir)/tdevelop/parts/documentation lib_LTLIBRARIES = libdocumentation_interfaces.la libdocumentation_interfaces_la_LDFLAGS = $(all_libraries) libdocumentation_interfaces_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) libdocumentation_interfaces_la_SOURCES = kdevdocumentationplugin.cpp partincludedir_HEADERS = kdevdocumentationplugin.h servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = kdevelopdocumentationplugins.desktop +servicetype_DATA = tdevelopdocumentationplugins.desktop DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Documentation Part Interfaces Library diff --git a/parts/documentation/plugins/chm/CMakeLists.txt b/parts/documentation/plugins/chm/CMakeLists.txt index d0f18aea..ebf52b0e 100644 --- a/parts/documentation/plugins/chm/CMakeLists.txt +++ b/parts/documentation/plugins/chm/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docchmplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocchmplugin AUTOMOC SOURCES docchmplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/chm/Makefile.am b/parts/documentation/plugins/chm/Makefile.am index 6df1ba52..fd569224 100644 --- a/parts/documentation/plugins/chm/Makefile.am +++ b/parts/documentation/plugins/chm/Makefile.am @@ -10,5 +10,5 @@ kde_services_DATA = docchmplugin.desktop libdocchmplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) libdocchmplugin_la_SOURCES = docchmplugin.cpp -libdocchmplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdocchmplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/plugins/custom/CMakeLists.txt b/parts/documentation/plugins/custom/CMakeLists.txt index 0715ad11..80007503 100644 --- a/parts/documentation/plugins/custom/CMakeLists.txt +++ b/parts/documentation/plugins/custom/CMakeLists.txt @@ -32,6 +32,6 @@ install( FILES doccustomplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdoccustomplugin SOURCES doccustomplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/custom/Makefile.am b/parts/documentation/plugins/custom/Makefile.am index 999dc853..2fb3ca76 100644 --- a/parts/documentation/plugins/custom/Makefile.am +++ b/parts/documentation/plugins/custom/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ METASOURCES = AUTO kde_module_LTLIBRARIES = libdoccustomplugin.la libdoccustomplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) -libdoccustomplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdoccustomplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la noinst_HEADERS = doccustomplugin.h libdoccustomplugin_la_SOURCES = doccustomplugin.cpp diff --git a/parts/documentation/plugins/devhelp/CMakeLists.txt b/parts/documentation/plugins/devhelp/CMakeLists.txt index f877d04a..c551f418 100644 --- a/parts/documentation/plugins/devhelp/CMakeLists.txt +++ b/parts/documentation/plugins/devhelp/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docdevhelpplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocdevhelpplugin AUTOMOC SOURCES docdevhelpplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/devhelp/Makefile.am b/parts/documentation/plugins/devhelp/Makefile.am index e0682833..fe202ece 100644 --- a/parts/documentation/plugins/devhelp/Makefile.am +++ b/parts/documentation/plugins/devhelp/Makefile.am @@ -10,5 +10,5 @@ kde_services_DATA = docdevhelpplugin.desktop libdocdevhelpplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) libdocdevhelpplugin_la_SOURCES = docdevhelpplugin.cpp -libdocdevhelpplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdocdevhelpplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/plugins/djvu/Makefile.am b/parts/documentation/plugins/djvu/Makefile.am index 716be5df..2d754dec 100644 --- a/parts/documentation/plugins/djvu/Makefile.am +++ b/parts/documentation/plugins/djvu/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO kde_module_LTLIBRARIES = libdocdjvuplugin.la libdocdjvuplugin_la_LDFLAGS = $(all_libraries) -libdocdjvuplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libdocdjvuplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la noinst_HEADERS = docdjvuplugin.h libdocdjvuplugin_la_SOURCES = docdjvuplugin.cpp kde_services_DATA = docdjvuplugin.desktop diff --git a/parts/documentation/plugins/doxygen/CMakeLists.txt b/parts/documentation/plugins/doxygen/CMakeLists.txt index 3f54572e..84c54488 100644 --- a/parts/documentation/plugins/doxygen/CMakeLists.txt +++ b/parts/documentation/plugins/doxygen/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docdoxygenplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocdoxygenplugin AUTOMOC SOURCES docdoxygenplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/doxygen/Makefile.am b/parts/documentation/plugins/doxygen/Makefile.am index eb6e2648..0b75252f 100644 --- a/parts/documentation/plugins/doxygen/Makefile.am +++ b/parts/documentation/plugins/doxygen/Makefile.am @@ -9,5 +9,5 @@ noinst_HEADERS = docdoxygenplugin.h libdocdoxygenplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) -libdocdoxygenplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdocdoxygenplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp b/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp index 617988e9..09c7310b 100644 --- a/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp +++ b/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp @@ -187,8 +187,8 @@ bool DocDoxygenPlugin::needRefreshIndex(DocumentationCatalogItem* item) void DocDoxygenPlugin::autoSetupPlugin() { - autoSetupDocs(KDELIBS_DOXYDIR, "en/kdelibs-apidocs", "The KDE API Reference (The KDE API Reference)"); - autoSetupDocs("", "en/kdevelop-apidocs", "The KDevelop Platform API Documentation (KDevelop)"); + autoSetupDocs(KDELIBS_DOXYDIR, "en/tdelibs-apidocs", "The KDE API Reference (The KDE API Reference)"); + autoSetupDocs("", "en/tdevelop-apidocs", "The KDevelop Platform API Documentation (KDevelop)"); } diff --git a/parts/documentation/plugins/kdevtoc/CMakeLists.txt b/parts/documentation/plugins/kdevtoc/CMakeLists.txt index 80d66f4f..c12c26e3 100644 --- a/parts/documentation/plugins/kdevtoc/CMakeLists.txt +++ b/parts/documentation/plugins/kdevtoc/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES dockdevtocplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdockdevtocplugin AUTOMOC SOURCES dockdevtocplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/kdevtoc/Makefile.am b/parts/documentation/plugins/kdevtoc/Makefile.am index a40dd995..22dab380 100644 --- a/parts/documentation/plugins/kdevtoc/Makefile.am +++ b/parts/documentation/plugins/kdevtoc/Makefile.am @@ -6,5 +6,5 @@ libdockdevtocplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libr kde_services_DATA = dockdevtocplugin.desktop noinst_HEADERS = dockdevtocplugin.h libdockdevtocplugin_la_SOURCES = dockdevtocplugin.cpp -libdockdevtocplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdockdevtocplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/plugins/kdevtoc/dockdevtocplugin.cpp b/parts/documentation/plugins/kdevtoc/dockdevtocplugin.cpp index 6fc8a78e..6513eb90 100644 --- a/parts/documentation/plugins/kdevtoc/dockdevtocplugin.cpp +++ b/parts/documentation/plugins/kdevtoc/dockdevtocplugin.cpp @@ -101,7 +101,7 @@ TQString DocKDevTOCPlugin::catalogTitle(const TQString& url) return TQString(); TQDomDocument doc; - if (!doc.setContent(&f) || (doc.doctype().name() != "kdeveloptoc")) + if (!doc.setContent(&f) || (doc.doctype().name() != "tdeveloptoc")) return TQString(); f.close(); @@ -147,9 +147,9 @@ void DocKDevTOCPlugin::createIndex(IndexBox* index, DocumentationCatalogItem* it return; } TQDomDocument doc; - if (!doc.setContent(&f) || doc.doctype().name() != "kdeveloptoc") + if (!doc.setContent(&f) || doc.doctype().name() != "tdeveloptoc") { - kdDebug(9002) << "Not a valid kdeveloptoc file: " << tocItem->tocFile() << endl; + kdDebug(9002) << "Not a valid tdeveloptoc file: " << tocItem->tocFile() << endl; return; } f.close(); @@ -192,9 +192,9 @@ void DocKDevTOCPlugin::createTOC(DocumentationCatalogItem* item) return; } TQDomDocument doc; - if (!doc.setContent(&f) || doc.doctype().name() != "kdeveloptoc") + if (!doc.setContent(&f) || doc.doctype().name() != "tdeveloptoc") { - kdDebug(9002) << "Not a valid kdeveloptoc file: " << tocItem->tocFile() << endl; + kdDebug(9002) << "Not a valid tdeveloptoc file: " << tocItem->tocFile() << endl; return; } f.close(); @@ -244,9 +244,9 @@ void DocKDevTOCPlugin::setCatalogURL(DocumentationCatalogItem* item) return; } TQDomDocument doc; - if (!doc.setContent(&f) || doc.doctype().name() != "kdeveloptoc") + if (!doc.setContent(&f) || doc.doctype().name() != "tdeveloptoc") { - kdDebug(9002) << "Not a valid kdeveloptoc file: " << tocItem->tocFile() << endl; + kdDebug(9002) << "Not a valid tdeveloptoc file: " << tocItem->tocFile() << endl; return; } f.close(); diff --git a/parts/documentation/plugins/pdb/Makefile.am b/parts/documentation/plugins/pdb/Makefile.am index 4d015e3c..2b4d42b9 100644 --- a/parts/documentation/plugins/pdb/Makefile.am +++ b/parts/documentation/plugins/pdb/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO kde_module_LTLIBRARIES = libdocpdbplugin.la libdocpdbplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) -libdocpdbplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libdocpdbplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la noinst_HEADERS = docpdbplugin.h libdocpdbplugin_la_SOURCES = docpdbplugin.cpp kde_services_DATA = docpdbplugin.desktop diff --git a/parts/documentation/plugins/pdf/Makefile.am b/parts/documentation/plugins/pdf/Makefile.am index 8d9617d2..14a69171 100644 --- a/parts/documentation/plugins/pdf/Makefile.am +++ b/parts/documentation/plugins/pdf/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO kde_module_LTLIBRARIES = libdocpdfplugin.la libdocpdfplugin_la_LDFLAGS = $(all_libraries) -libdocpdfplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libdocpdfplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la noinst_HEADERS = docpdfplugin.h libdocpdfplugin_la_SOURCES = docpdfplugin.cpp kde_services_DATA = docpdfplugin.desktop diff --git a/parts/documentation/plugins/qt/CMakeLists.txt b/parts/documentation/plugins/qt/CMakeLists.txt index c0e0c624..b197f93b 100644 --- a/parts/documentation/plugins/qt/CMakeLists.txt +++ b/parts/documentation/plugins/qt/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docqtplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocqtplugin AUTOMOC SOURCES docqtplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/qt/Makefile.am b/parts/documentation/plugins/qt/Makefile.am index a25419e7..f331f417 100644 --- a/parts/documentation/plugins/qt/Makefile.am +++ b/parts/documentation/plugins/qt/Makefile.am @@ -10,5 +10,5 @@ kde_services_DATA = docqtplugin.desktop libdocqtplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) libdocqtplugin_la_SOURCES = docqtplugin.cpp -libdocqtplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdocqtplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/protocols/chm/Makefile.am b/parts/documentation/protocols/chm/Makefile.am index 59d02cfd..eba29efd 100644 --- a/parts/documentation/protocols/chm/Makefile.am +++ b/parts/documentation/protocols/chm/Makefile.am @@ -1,4 +1,4 @@ -## Makefile.am of kdebase/kioslave/chm +## Makefile.am of tdebase/kioslave/chm INCLUDES = -I$(top_srcdir)/lib/widgets $(all_includes) diff --git a/parts/documentation/searchview.cpp b/parts/documentation/searchview.cpp index 73afd9d0..fd88c6c0 100644 --- a/parts/documentation/searchview.cpp +++ b/parts/documentation/searchview.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 * * * @@ -132,7 +132,7 @@ void SearchView::updateIndex() void SearchView::runHtdig(const TQString &arg) { KProcess proc; - proc << "kdevelop-htdig" << arg; + proc << "tdevelop-htdig" << arg; proc.start(KProcess::DontCare); } @@ -164,10 +164,10 @@ void SearchView::search() TQDir d; if (indexdir.isEmpty() || !TQFile::exists(indexdir + "/htdig.conf")) { - if (TQFile::exists("/var/lib/kdevelop3/helpindex/htdig.conf")) - indexdir = "/var/lib/kdevelop3/helpindex"; - else if (TQFile::exists("/var/lib/kdevelop/helpindex/htdig.conf")) - indexdir = "/var/lib/kdevelop/helpindex"; + if (TQFile::exists("/var/lib/tdevelop3/helpindex/htdig.conf")) + indexdir = "/var/lib/tdevelop3/helpindex"; + else if (TQFile::exists("/var/lib/tdevelop/helpindex/htdig.conf")) + indexdir = "/var/lib/tdevelop/helpindex"; if (!TQFile::exists(indexdir + "/htdig.conf")) { 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 * * * |