diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /lib | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'lib')
118 files changed, 202 insertions, 202 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 07d06e3b..025e1819 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -26,9 +26,9 @@ link_directories( ) -##### kdevelop (shared) ######################### +##### tdevelop (shared) ######################### -tde_add_library( kdevelop SHARED +tde_add_library( tdevelop SHARED SOURCES dummy.cpp VERSION 1.0.0 EMBED kdevutil-static kdevinterfaces-static diff --git a/lib/Makefile.am b/lib/Makefile.am index e75b5d04..4e722350 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,15 +4,15 @@ INCLUDES = $(all_includes) -lib_LTLIBRARIES = libkdevelop.la -libkdevelop_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 1:0 -libkdevelop_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \ +lib_LTLIBRARIES = libtdevelop.la +libtdevelop_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 1:0 +libtdevelop_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \ $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la $(LIB_KIO) # $(top_builddir)/lib/util/libkdevutil.la $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la \ # $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la \ # -lktexteditor $(LIB_KPARTS) $(LIB_KIO) -lkscript -libkdevelop_la_SOURCES = dummy.cpp +libtdevelop_la_SOURCES = dummy.cpp diff --git a/lib/catalog/CMakeLists.txt b/lib/catalog/CMakeLists.txt index 6f5a631d..5c1b4f2b 100644 --- a/lib/catalog/CMakeLists.txt +++ b/lib/catalog/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( install( FILES catalog.h tag.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/catalog ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/catalog ) ##### kdevcatalog (shared) ###################### diff --git a/lib/catalog/Mainpage.dox b/lib/catalog/Mainpage.dox index f18b8ced..4f34c491 100644 --- a/lib/catalog/Mainpage.dox +++ b/lib/catalog/Mainpage.dox @@ -5,6 +5,6 @@ This is the persistant symbol store library working with BerkeleyDb backend. <b>Link with</b>: -lkdevcatalog \$(KDEDIR)/kdevbdb/libdb.a -<b>Include path</b>: -I\$(kde_includes)/kdevelop/catalog -I\$(KDEDIR)/kdevbdb/include +<b>Include path</b>: -I\$(kde_includes)/tdevelop/catalog -I\$(KDEDIR)/kdevbdb/include */ diff --git a/lib/catalog/Makefile.am b/lib/catalog/Makefile.am index 30a0a1e4..e88e6d19 100644 --- a/lib/catalog/Makefile.am +++ b/lib/catalog/Makefile.am @@ -4,7 +4,7 @@ libkdevcatalog_la_SOURCES = tag.cpp catalog.cpp libkdevcatalog_la_LDFLAGS = -no-undefined $(all_libraries) $(DB3LDFLAGS) libkdevcatalog_la_LIBADD = -l$(DB3LIB) $(LIB_TDECORE) $(LIB_QT) -kdevcatalogincludedir = $(includedir)/kdevelop/catalog +kdevcatalogincludedir = $(includedir)/tdevelop/catalog kdevcataloginclude_HEADERS = catalog.h tag.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils diff --git a/lib/catalog/catalog.cpp b/lib/catalog/catalog.cpp index d8bff1bc..7b7f63ec 100644 --- a/lib/catalog/catalog.cpp +++ b/lib/catalog/catalog.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/catalog/catalog.h b/lib/catalog/catalog.h index c581dc8c..3f5080d2 100644 --- a/lib/catalog/catalog.h +++ b/lib/catalog/catalog.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/catalog/tag.cpp b/lib/catalog/tag.cpp index 966e9713..5543b8c3 100644 --- a/lib/catalog/tag.cpp +++ b/lib/catalog/tag.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/catalog/tag.h b/lib/catalog/tag.h index 23b2efef..95604c83 100644 --- a/lib/catalog/tag.h +++ b/lib/catalog/tag.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/CMakeLists.txt b/lib/cppparser/CMakeLists.txt index d8cf531d..e9da8af2 100644 --- a/lib/cppparser/CMakeLists.txt +++ b/lib/cppparser/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( install( FILES ast.h driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/cppparser ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/cppparser ) ##### kdevcppparser (shared) #################### diff --git a/lib/cppparser/Makefile.am b/lib/cppparser/Makefile.am index f420f757..a40c5518 100644 --- a/lib/cppparser/Makefile.am +++ b/lib/cppparser/Makefile.am @@ -6,6 +6,6 @@ libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interf libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \ lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp -kdevcppparserincludedir = $(includedir)/kdevelop/cppparser +kdevcppparserincludedir = $(includedir)/tdevelop/cppparser kdevcppparserinclude_HEADERS = ast.h driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h diff --git a/lib/cppparser/ast.cpp b/lib/cppparser/ast.cpp index 334ac62a..e4e3cf5d 100644 --- a/lib/cppparser/ast.cpp +++ b/lib/cppparser/ast.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h index 3e53a285..c98c2fe7 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/cachemanager.cpp b/lib/cppparser/cachemanager.cpp index 966f4440..372fc026 100644 --- a/lib/cppparser/cachemanager.cpp +++ b/lib/cppparser/cachemanager.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/cachemanager.h b/lib/cppparser/cachemanager.h index 3804356f..fe8ef197 100644 --- a/lib/cppparser/cachemanager.h +++ b/lib/cppparser/cachemanager.h @@ -1,7 +1,7 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/driver.cpp b/lib/cppparser/driver.cpp index da170fa1..bcaea218 100644 --- a/lib/cppparser/driver.cpp +++ b/lib/cppparser/driver.cpp @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> - Copyright (C) 2006 David Nolden <david.nolden.kdevelop@art-master.de> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/driver.h b/lib/cppparser/driver.h index 01ff0754..e30f7031 100644 --- a/lib/cppparser/driver.h +++ b/lib/cppparser/driver.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/errors.cpp b/lib/cppparser/errors.cpp index 9a18ddd6..e3cb19e5 100644 --- a/lib/cppparser/errors.cpp +++ b/lib/cppparser/errors.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/errors.h b/lib/cppparser/errors.h index 6751475e..e0959250 100644 --- a/lib/cppparser/errors.h +++ b/lib/cppparser/errors.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/lexer.cpp b/lib/cppparser/lexer.cpp index 1b98708f..1ed9fca7 100644 --- a/lib/cppparser/lexer.cpp +++ b/lib/cppparser/lexer.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/lexer.h b/lib/cppparser/lexer.h index 7b104c76..2630edf7 100644 --- a/lib/cppparser/lexer.h +++ b/lib/cppparser/lexer.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/lexercache.cpp b/lib/cppparser/lexercache.cpp index 2d28e27d..7f420cac 100644 --- a/lib/cppparser/lexercache.cpp +++ b/lib/cppparser/lexercache.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/lexercache.h b/lib/cppparser/lexercache.h index a68c4a6b..535768bc 100644 --- a/lib/cppparser/lexercache.h +++ b/lib/cppparser/lexercache.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/lookup.cpp b/lib/cppparser/lookup.cpp index 172faf6a..9d52acbb 100644 --- a/lib/cppparser/lookup.cpp +++ b/lib/cppparser/lookup.cpp @@ -1,6 +1,6 @@ /* This file is part of KDevelop Copyright (C) 2005 Tobias Erbsland <te@profzone.ch> - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/lookup.h b/lib/cppparser/lookup.h index 54bbfeff..2a89e0d6 100644 --- a/lib/cppparser/lookup.h +++ b/lib/cppparser/lookup.h @@ -1,6 +1,6 @@ /* This file is part of KDevelop Copyright (C) 2005 Tobias Erbsland <te@profzone.ch> - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/macro.h b/lib/cppparser/macro.h index 26f2c2db..66ab5844 100644 --- a/lib/cppparser/macro.h +++ b/lib/cppparser/macro.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/parser.cpp b/lib/cppparser/parser.cpp index 84ada9b2..9b0a0c1f 100644 --- a/lib/cppparser/parser.cpp +++ b/lib/cppparser/parser.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/parser.h b/lib/cppparser/parser.h index 771df635..027360ec 100644 --- a/lib/cppparser/parser.h +++ b/lib/cppparser/parser.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/tree_parser.cpp b/lib/cppparser/tree_parser.cpp index 508c5229..bcb63a33 100644 --- a/lib/cppparser/tree_parser.cpp +++ b/lib/cppparser/tree_parser.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/tree_parser.h b/lib/cppparser/tree_parser.h index 442cd408..06c9f987 100644 --- a/lib/cppparser/tree_parser.h +++ b/lib/cppparser/tree_parser.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/CMakeLists.txt b/lib/interfaces/CMakeLists.txt index fac94870..94b07bec 100644 --- a/lib/interfaces/CMakeLists.txt +++ b/lib/interfaces/CMakeLists.txt @@ -34,11 +34,11 @@ install( FILES kdevplugincontroller.h kdevplugininfo.h KDevCoreIface.h KDevPartControllerIface.h katedocumentmanagerinterface.h hashedstring.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces ) install( FILES - kdevelopproject.desktop kdeveloplanguagesupport.desktop - kdevelopplugin.desktop + tdevelopproject.desktop tdeveloplanguagesupport.desktop + tdevelopplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/lib/interfaces/KDevCoreIface.cpp b/lib/interfaces/KDevCoreIface.cpp index aa70e01b..18b7dc92 100644 --- a/lib/interfaces/KDevCoreIface.cpp +++ b/lib/interfaces/KDevCoreIface.cpp @@ -1,9 +1,9 @@ /* This file is part of the KDE project - Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/KDevCoreIface.h b/lib/interfaces/KDevCoreIface.h index 9fb34d13..7c2aa411 100644 --- a/lib/interfaces/KDevCoreIface.h +++ b/lib/interfaces/KDevCoreIface.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project - Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/Mainpage.dox b/lib/interfaces/Mainpage.dox index 2b4d818a..85440858 100644 --- a/lib/interfaces/Mainpage.dox +++ b/lib/interfaces/Mainpage.dox @@ -3,8 +3,8 @@ This library contains all interfaces and classes that form KDevelop plugin architecture. -<b>Link with</b>: -lkdevelop +<b>Link with</b>: -ltdevelop -<b>Include path</b>: -I\$(kde_includes)/kdevelop/interfaces +<b>Include path</b>: -I\$(kde_includes)/tdevelop/interfaces */ diff --git a/lib/interfaces/Makefile.am b/lib/interfaces/Makefile.am index ecb318c4..44a9ff53 100644 --- a/lib/interfaces/Makefile.am +++ b/lib/interfaces/Makefile.am @@ -16,8 +16,8 @@ libkdevinterfaces_la_LIBADD = $(top_builddir)/lib/interfaces/external/libkinterf $(top_builddir)/lib/util/libkdevutil.la \ $(LIB_TDEUI) $(LIB_KHTML) $(LIB_KPARTS) -lktexteditor -lkscript -lDCOP -kdevelopincludedir = $(includedir)/kdevelop/interfaces -kdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \ +tdevelopincludedir = $(includedir)/tdevelop/interfaces +tdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \ kdevpartcontroller.h kdevplugin.h kdevproject.h kdevcore.h kdevcoderepository.h codemodel.h \ codemodel_utils.h codemodel_treeparser.h kdevgenericfactory.h kdevapi.h \ kdevdesignerintegration.h kdevplugincontroller.h kdevplugininfo.h KDevCoreIface.h \ @@ -26,8 +26,8 @@ kdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \ servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = kdevelopproject.desktop kdeveloplanguagesupport.desktop \ - kdevelopplugin.desktop +servicetype_DATA = tdevelopproject.desktop tdeveloplanguagesupport.desktop \ + tdevelopplugin.desktop METASOURCES = AUTO diff --git a/lib/interfaces/codemodel.cpp b/lib/interfaces/codemodel.cpp index e2e211ad..6cdbfc7e 100644 --- a/lib/interfaces/codemodel.cpp +++ b/lib/interfaces/codemodel.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/codemodel.h b/lib/interfaces/codemodel.h index 343c6169..871de327 100644 --- a/lib/interfaces/codemodel.h +++ b/lib/interfaces/codemodel.h @@ -1,7 +1,7 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2004 Matt Rogers <mattr@kde.org> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/codemodel_treeparser.cpp b/lib/interfaces/codemodel_treeparser.cpp index b9a995d9..d3037b8d 100644 --- a/lib/interfaces/codemodel_treeparser.cpp +++ b/lib/interfaces/codemodel_treeparser.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/codemodel_treeparser.h b/lib/interfaces/codemodel_treeparser.h index 89cdcbd3..ac40f684 100644 --- a/lib/interfaces/codemodel_treeparser.h +++ b/lib/interfaces/codemodel_treeparser.h @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/codemodel_utils.cpp b/lib/interfaces/codemodel_utils.cpp index afb946bd..c70e6f47 100644 --- a/lib/interfaces/codemodel_utils.cpp +++ b/lib/interfaces/codemodel_utils.cpp @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> - Copyright (C) 2003 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Jonas Jacobi <j.jacobi@gmx.de> This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/codemodel_utils.h b/lib/interfaces/codemodel_utils.h index 2879a424..1fd1ce76 100644 --- a/lib/interfaces/codemodel_utils.h +++ b/lib/interfaces/codemodel_utils.h @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> - Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Jonas Jacobi<j.jacobi@gmx.de> This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/extensions/CMakeLists.txt b/lib/interfaces/extensions/CMakeLists.txt index 238e6a2e..459c1197 100644 --- a/lib/interfaces/extensions/CMakeLists.txt +++ b/lib/interfaces/extensions/CMakeLists.txt @@ -25,13 +25,13 @@ install( FILES codebrowserfrontend.h kdevappfrontend.h kdevcreatefile.h kdevdifffrontend.h kdevmakefrontend.h kdevquickopen.h kdevsourceformatter.h kdevversioncontrol.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces/extensions ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces/extensions ) install( FILES - kdevelopappfrontend.desktop kdevelopcodebrowserfrontend.desktop - kdevelopcreatefile.desktop kdevelopdifffrontend.desktop - kdevelopmakefrontend.desktop kdevelopquickopen.desktop - kdevelopsourceformatter.desktop kdevelopversioncontrol.desktop + tdevelopappfrontend.desktop tdevelopcodebrowserfrontend.desktop + tdevelopcreatefile.desktop tdevelopdifffrontend.desktop + tdevelopmakefrontend.desktop tdevelopquickopen.desktop + tdevelopsourceformatter.desktop tdevelopversioncontrol.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/lib/interfaces/extensions/Mainpage.dox b/lib/interfaces/extensions/Mainpage.dox index d306a1e8..c9b3af92 100644 --- a/lib/interfaces/extensions/Mainpage.dox +++ b/lib/interfaces/extensions/Mainpage.dox @@ -3,9 +3,9 @@ This library contains extension interfaces used by KDevelop plugin architecture. -<b>Link with</b>: -lkdevelop +<b>Link with</b>: -ltdevelop -<b>Include path</b>: -I\$(kde_includes)/kdevelop/interfaces/extensions +<b>Include path</b>: -I\$(kde_includes)/tdevelop/interfaces/extensions \section whatisextension What is the KDevelop extension diff --git a/lib/interfaces/extensions/Makefile.am b/lib/interfaces/extensions/Makefile.am index 4e12ca56..29ab44e4 100644 --- a/lib/interfaces/extensions/Makefile.am +++ b/lib/interfaces/extensions/Makefile.am @@ -1,13 +1,13 @@ -kdevelopincludeextdir = $(includedir)/kdevelop/interfaces/extensions -kdevelopincludeext_HEADERS = codebrowserfrontend.h kdevappfrontend.h \ +tdevelopincludeextdir = $(includedir)/tdevelop/interfaces/extensions +tdevelopincludeext_HEADERS = codebrowserfrontend.h kdevappfrontend.h \ kdevcreatefile.h kdevdifffrontend.h kdevmakefrontend.h kdevquickopen.h \ kdevsourceformatter.h kdevversioncontrol.h servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = kdevelopappfrontend.desktop \ - kdevelopcodebrowserfrontend.desktop kdevelopcreatefile.desktop kdevelopdifffrontend.desktop \ - kdevelopmakefrontend.desktop kdevelopquickopen.desktop kdevelopsourceformatter.desktop \ - kdevelopversioncontrol.desktop +servicetype_DATA = tdevelopappfrontend.desktop \ + tdevelopcodebrowserfrontend.desktop tdevelopcreatefile.desktop tdevelopdifffrontend.desktop \ + tdevelopmakefrontend.desktop tdevelopquickopen.desktop tdevelopsourceformatter.desktop \ + tdevelopversioncontrol.desktop SUBDIRS = dcop libkdevextensions_la_LDFLAGS = $(all_libraries) diff --git a/lib/interfaces/extensions/codebrowserfrontend.h b/lib/interfaces/extensions/codebrowserfrontend.h index 6084496f..7cef01c9 100644 --- a/lib/interfaces/extensions/codebrowserfrontend.h +++ b/lib/interfaces/extensions/codebrowserfrontend.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2006 David Nolden <david.nolden.kdevelop@art-master.de> + Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/dcop/CMakeLists.txt b/lib/interfaces/extensions/dcop/CMakeLists.txt index 03e2d622..b6255fc6 100644 --- a/lib/interfaces/extensions/dcop/CMakeLists.txt +++ b/lib/interfaces/extensions/dcop/CMakeLists.txt @@ -22,7 +22,7 @@ include_directories( install( FILES KDevAppFrontendIface.h KDevMakeFrontendIface.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces/extensions/dcop ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces/extensions/dcop ) ##### kdevdcopextensions (static) ############### diff --git a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp index 1eca4bfc..40c75302 100644 --- a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp +++ b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp @@ -2,8 +2,8 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> - Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h index 3903e897..17a3bc50 100644 --- a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h +++ b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> - Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp index 73305e4a..2d23a761 100644 --- a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp +++ b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp @@ -2,8 +2,8 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h index 53217359..339b1146 100644 --- a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h +++ b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/dcop/Makefile.am b/lib/interfaces/extensions/dcop/Makefile.am index 0b904eeb..116c4979 100644 --- a/lib/interfaces/extensions/dcop/Makefile.am +++ b/lib/interfaces/extensions/dcop/Makefile.am @@ -6,5 +6,5 @@ libkdevdcopextensions_la_LDFLAGS = $(all_libraries) libkdevdcopextensions_la_SOURCES = KDevAppFrontendIface.cpp \ KDevMakeFrontendIface.cpp KDevAppFrontendIface.skel KDevMakeFrontendIface.skel -dcopincludeextdir = $(includedir)/kdevelop/interfaces/extensions/dcop +dcopincludeextdir = $(includedir)/tdevelop/interfaces/extensions/dcop dcopincludeext_HEADERS = KDevAppFrontendIface.h KDevMakeFrontendIface.h diff --git a/lib/interfaces/extensions/kdevappfrontend.h b/lib/interfaces/extensions/kdevappfrontend.h index 9bac0ff8..5a16984b 100644 --- a/lib/interfaces/extensions/kdevappfrontend.h +++ b/lib/interfaces/extensions/kdevappfrontend.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> diff --git a/lib/interfaces/extensions/kdevcreatefile.h b/lib/interfaces/extensions/kdevcreatefile.h index 031c7ffc..ee30f555 100644 --- a/lib/interfaces/extensions/kdevcreatefile.h +++ b/lib/interfaces/extensions/kdevcreatefile.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project Copyright (C) 2003 Julian Rockey <linux@jrockey.com> - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevdifffrontend.cpp b/lib/interfaces/extensions/kdevdifffrontend.cpp index 745703e4..89a9e36d 100644 --- a/lib/interfaces/extensions/kdevdifffrontend.cpp +++ b/lib/interfaces/extensions/kdevdifffrontend.cpp @@ -1,7 +1,7 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevdifffrontend.h b/lib/interfaces/extensions/kdevdifffrontend.h index ecf360ad..75cd59f3 100644 --- a/lib/interfaces/extensions/kdevdifffrontend.h +++ b/lib/interfaces/extensions/kdevdifffrontend.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevmakefrontend.h b/lib/interfaces/extensions/kdevmakefrontend.h index c1d0319b..485f4b43 100644 --- a/lib/interfaces/extensions/kdevmakefrontend.h +++ b/lib/interfaces/extensions/kdevmakefrontend.h @@ -1,10 +1,10 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2001 Sandy Meier <smeier@kdevelop.org> - Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2001 Sandy Meier <smeier@tdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Hamish Rodda <rodda@kde.org> diff --git a/lib/interfaces/extensions/kdevquickopen.h b/lib/interfaces/extensions/kdevquickopen.h index f4f6358c..78280c6c 100644 --- a/lib/interfaces/extensions/kdevquickopen.h +++ b/lib/interfaces/extensions/kdevquickopen.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2007 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2007 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -64,7 +64,7 @@ public: #endif /* This file is part of the KDE project - Copyright (C) 2007 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2007 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevsourceformatter.h b/lib/interfaces/extensions/kdevsourceformatter.h index 5ca33079..8eea950c 100644 --- a/lib/interfaces/extensions/kdevsourceformatter.h +++ b/lib/interfaces/extensions/kdevsourceformatter.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevversioncontrol.h b/lib/interfaces/extensions/kdevversioncontrol.h index ba6c0d70..2dcfe869 100644 --- a/lib/interfaces/extensions/kdevversioncontrol.h +++ b/lib/interfaces/extensions/kdevversioncontrol.h @@ -1,9 +1,9 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extras/CMakeLists.txt b/lib/interfaces/extras/CMakeLists.txt index 522a9c10..eb4cdb75 100644 --- a/lib/interfaces/extras/CMakeLists.txt +++ b/lib/interfaces/extras/CMakeLists.txt @@ -23,10 +23,10 @@ link_directories( install( FILES kdevcompileroptions.h kdevvcsintegrator.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces/extras ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces/extras ) install( FILES - kdevelopcompileroptions.desktop kdevelopvcsintegrator.desktop + tdevelopcompileroptions.desktop tdevelopvcsintegrator.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/lib/interfaces/extras/Mainpage.dox b/lib/interfaces/extras/Mainpage.dox index f72dade5..454e292e 100644 --- a/lib/interfaces/extras/Mainpage.dox +++ b/lib/interfaces/extras/Mainpage.dox @@ -6,6 +6,6 @@ but that can be implemented by extra plugins or "plugins for plugins". <b>Link with</b>: -lkdevextras -<b>Include path</b>: -I\$(kde_includes)/kdevelop/interfaces/extras +<b>Include path</b>: -I\$(kde_includes)/tdevelop/interfaces/extras */ diff --git a/lib/interfaces/extras/Makefile.am b/lib/interfaces/extras/Makefile.am index 37aa2244..d97c6d77 100644 --- a/lib/interfaces/extras/Makefile.am +++ b/lib/interfaces/extras/Makefile.am @@ -4,13 +4,13 @@ METASOURCES = AUTO libkdevextras_la_LIBADD = $(LIB_QT) libkdevextras_la_LDFLAGS = $(all_libraries) lib_LTLIBRARIES = libkdevextras.la -kdevelopincludedir = $(includedir)/kdevelop/interfaces/extras +tdevelopincludedir = $(includedir)/tdevelop/interfaces/extras servicetypedir = $(kde_servicetypesdir) -kdevelopinclude_HEADERS = kdevcompileroptions.h kdevvcsintegrator.h +tdevelopinclude_HEADERS = kdevcompileroptions.h kdevvcsintegrator.h libkdevextras_la_SOURCES = kdevcompileroptions.cpp kdevvcsintegrator.cpp -servicetype_DATA = kdevelopcompileroptions.desktop \ - kdevelopvcsintegrator.desktop +servicetype_DATA = tdevelopcompileroptions.desktop \ + tdevelopvcsintegrator.desktop DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Extra Interfaces Library diff --git a/lib/interfaces/extras/kdevcompileroptions.h b/lib/interfaces/extras/kdevcompileroptions.h index 220956f5..abdcf2ea 100644 --- a/lib/interfaces/extras/kdevcompileroptions.h +++ b/lib/interfaces/extras/kdevcompileroptions.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extras/kdevvcsintegrator.cpp b/lib/interfaces/extras/kdevvcsintegrator.cpp index 5a6ab429..f26349b7 100644 --- a/lib/interfaces/extras/kdevvcsintegrator.cpp +++ b/lib/interfaces/extras/kdevvcsintegrator.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extras/kdevvcsintegrator.h b/lib/interfaces/extras/kdevvcsintegrator.h index b5098e6c..c12d87c4 100644 --- a/lib/interfaces/extras/kdevvcsintegrator.h +++ b/lib/interfaces/extras/kdevvcsintegrator.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/hashedstring.cpp b/lib/interfaces/hashedstring.cpp index 4043d8a7..f974df10 100644 --- a/lib/interfaces/hashedstring.cpp +++ b/lib/interfaces/hashedstring.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/interfaces/hashedstring.h b/lib/interfaces/hashedstring.h index ac0d2e67..a039a771 100644 --- a/lib/interfaces/hashedstring.h +++ b/lib/interfaces/hashedstring.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/interfaces/kdevapi.cpp b/lib/interfaces/kdevapi.cpp index 04cf078d..0f838783 100644 --- a/lib/interfaces/kdevapi.cpp +++ b/lib/interfaces/kdevapi.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevapi.h b/lib/interfaces/kdevapi.h index 36fc3605..9af6d074 100644 --- a/lib/interfaces/kdevapi.h +++ b/lib/interfaces/kdevapi.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevcoderepository.cpp b/lib/interfaces/kdevcoderepository.cpp index 26249544..025a5183 100644 --- a/lib/interfaces/kdevcoderepository.cpp +++ b/lib/interfaces/kdevcoderepository.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevcoderepository.h b/lib/interfaces/kdevcoderepository.h index 791ae580..768c8030 100644 --- a/lib/interfaces/kdevcoderepository.h +++ b/lib/interfaces/kdevcoderepository.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevcore.cpp b/lib/interfaces/kdevcore.cpp index dda66cbf..4ccfc5eb 100644 --- a/lib/interfaces/kdevcore.cpp +++ b/lib/interfaces/kdevcore.cpp @@ -1,10 +1,10 @@ /* This file is part of the KDE project Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevcore.h b/lib/interfaces/kdevcore.h index 7e3aa6ee..efba7d50 100644 --- a/lib/interfaces/kdevcore.h +++ b/lib/interfaces/kdevcore.h @@ -1,14 +1,14 @@ /* This file is part of the KDE project Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2001 Sandy Meier <smeier@kdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2001 Sandy Meier <smeier@tdevelop.org> Copyright (C) 2002 Daniel Engelschalt <daniel.engelschalt@gmx.net> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> - Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org> + Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2003 Hamish Rodda <rodda@kde.org> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -102,7 +102,7 @@ class Context public: /**Pre-defined context types. More may be added so it is possible to add custom contexts. <strong>We reserve enum values until 1000 (yeah, it is one thousand ) - for kdevelop official context types.</strong>*/ + for tdevelop official context types.</strong>*/ enum Type { EditorContext, /**<Editor context menu.*/ diff --git a/lib/interfaces/kdevdesignerintegration.cpp b/lib/interfaces/kdevdesignerintegration.cpp index 0ba325ab..7b8364a8 100644 --- a/lib/interfaces/kdevdesignerintegration.cpp +++ b/lib/interfaces/kdevdesignerintegration.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevdesignerintegration.h b/lib/interfaces/kdevdesignerintegration.h index 99b9dbc0..33ec4b69 100644 --- a/lib/interfaces/kdevdesignerintegration.h +++ b/lib/interfaces/kdevdesignerintegration.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevgenericfactory.h b/lib/interfaces/kdevgenericfactory.h index f928d815..839a2267 100644 --- a/lib/interfaces/kdevgenericfactory.h +++ b/lib/interfaces/kdevgenericfactory.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - * Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org> - * Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + * Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org> + * Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevlanguagesupport.cpp b/lib/interfaces/kdevlanguagesupport.cpp index aa5b560c..a3f2ccdd 100644 --- a/lib/interfaces/kdevlanguagesupport.cpp +++ b/lib/interfaces/kdevlanguagesupport.cpp @@ -1,10 +1,10 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> - Copyright (C) 2003 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> + Copyright (C) 2003 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/kdevlanguagesupport.h b/lib/interfaces/kdevlanguagesupport.h index 87c91a41..f366c303 100644 --- a/lib/interfaces/kdevlanguagesupport.h +++ b/lib/interfaces/kdevlanguagesupport.h @@ -1,11 +1,11 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> - Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevmainwindow.cpp b/lib/interfaces/kdevmainwindow.cpp index 15a2e1e7..92a92989 100644 --- a/lib/interfaces/kdevmainwindow.cpp +++ b/lib/interfaces/kdevmainwindow.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org> This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/kdevmainwindow.h b/lib/interfaces/kdevmainwindow.h index c68dac77..27f63273 100644 --- a/lib/interfaces/kdevmainwindow.h +++ b/lib/interfaces/kdevmainwindow.h @@ -1,8 +1,8 @@ /* This file is part of the KDE project - Copyright (C) 2003 F@lk Brettschneider <falkbr@kdevelop.org> + Copyright (C) 2003 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevpartcontroller.h b/lib/interfaces/kdevpartcontroller.h index 37abf603..65baa0e4 100644 --- a/lib/interfaces/kdevpartcontroller.h +++ b/lib/interfaces/kdevpartcontroller.h @@ -1,11 +1,11 @@ /* This file is part of the KDE project Copyright (C) 2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Hamish Rodda <rodda@kde.org> - Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org> + Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevplugin.cpp b/lib/interfaces/kdevplugin.cpp index 5b4de199..8a431dc7 100644 --- a/lib/interfaces/kdevplugin.cpp +++ b/lib/interfaces/kdevplugin.cpp @@ -1,13 +1,13 @@ /* This file is part of the KDE project Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2003 Julian Rockey <linux@jrockey.com> - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> - Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -63,7 +63,7 @@ KDevPlugin::KDevPlugin(const KDevPluginInfo *info, TQObject *parent, const char actionCollection()->setHighlightingEnabled( true ); d->info = info; - KGlobal::iconLoader()->addAppDir("kdevelop"); + KGlobal::iconLoader()->addAppDir("tdevelop"); } KDevPlugin::~KDevPlugin() diff --git a/lib/interfaces/kdevplugin.h b/lib/interfaces/kdevplugin.h index 36c4e576..2809fbde 100644 --- a/lib/interfaces/kdevplugin.h +++ b/lib/interfaces/kdevplugin.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -180,7 +180,7 @@ public: the newly loaded project. For instance, the debugger plugin might restore the list of breakpoints from the previous debug session for the certain project. @note Take attention to the difference to common not-project-related session stuff. - They belong to the application rc file (kdeveloprc) + They belong to the application rc file (tdeveloprc) @note Project session file is useful for settings which cannot be shared between developers. If a setting should be shared, modify projectDom instead. @param el The parent DOM element for plugins session settings.*/ diff --git a/lib/interfaces/kdevplugincontroller.cpp b/lib/interfaces/kdevplugincontroller.cpp index d2459d17..86384440 100644 --- a/lib/interfaces/kdevplugincontroller.cpp +++ b/lib/interfaces/kdevplugincontroller.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevplugincontroller.h b/lib/interfaces/kdevplugincontroller.h index ee583ff4..fab3a6a6 100644 --- a/lib/interfaces/kdevplugincontroller.h +++ b/lib/interfaces/kdevplugincontroller.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevplugininfo.cpp b/lib/interfaces/kdevplugininfo.cpp index 613c759d..ae5ddf2d 100644 --- a/lib/interfaces/kdevplugininfo.cpp +++ b/lib/interfaces/kdevplugininfo.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevplugininfo.h b/lib/interfaces/kdevplugininfo.h index 746098c7..2aa5f32c 100644 --- a/lib/interfaces/kdevplugininfo.h +++ b/lib/interfaces/kdevplugininfo.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevproject.cpp b/lib/interfaces/kdevproject.cpp index e8616df1..fdf16da2 100644 --- a/lib/interfaces/kdevproject.cpp +++ b/lib/interfaces/kdevproject.cpp @@ -1,10 +1,10 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> - Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevproject.h b/lib/interfaces/kdevproject.h index edf206bd..4fcd7539 100644 --- a/lib/interfaces/kdevproject.h +++ b/lib/interfaces/kdevproject.h @@ -1,11 +1,11 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> - Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/Mainpage.dox b/lib/util/Mainpage.dox index dad04de5..7cd0974c 100644 --- a/lib/util/Mainpage.dox +++ b/lib/util/Mainpage.dox @@ -3,8 +3,8 @@ This library contains utility classes for the KDevelop architecture. -<b>Link with</b>: -lkdevelop +<b>Link with</b>: -ltdevelop -<b>Include path</b>: -I\$(kde_includes)/kdevelop/util +<b>Include path</b>: -I\$(kde_includes)/tdevelop/util */ diff --git a/lib/util/Makefile.am b/lib/util/Makefile.am index 7789cd5f..3a31f258 100644 --- a/lib/util/Makefile.am +++ b/lib/util/Makefile.am @@ -8,8 +8,8 @@ libkdevutil_la_SOURCES = blockingkprocess.cpp configwidgetproxy.cpp domutil.cpp METASOURCES = AUTO -kdevelopincludedir = $(includedir)/kdevelop/util -kdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \ +tdevelopincludedir = $(includedir)/tdevelop/util +tdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \ configwidgetproxy.h rurl.h kscriptactionmanager.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevextensions kdevinterfaces diff --git a/lib/util/configwidgetproxy.h b/lib/util/configwidgetproxy.h index 1c48d4c7..145483b1 100644 --- a/lib/util/configwidgetproxy.h +++ b/lib/util/configwidgetproxy.h @@ -85,7 +85,7 @@ public: * @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal. * @param icon The name of the icon to use. */ - void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "kdevelop" ); + void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" ); /** * Tells the proxy you want a page in the Project Settings. @@ -93,7 +93,7 @@ public: * @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal. * @param icon The name of the icon to use. */ - void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "kdevelop" ); + void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" ); /** * Removes a config page from the proxy. Next time the settings dialog opens, this page will not be available. diff --git a/lib/util/domutil.cpp b/lib/util/domutil.cpp index a8f036e6..0c9a2491 100644 --- a/lib/util/domutil.cpp +++ b/lib/util/domutil.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * default support: Eray Ozkural (exa) * * additions: John Firebaugh <jfirebaugh@kde.org> * * Jakob Simon-Gaarde <jakob@simon-gaarde.dk> * diff --git a/lib/util/domutil.h b/lib/util/domutil.h index db9cd184..ea28a407 100644 --- a/lib/util/domutil.h +++ b/lib/util/domutil.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * jakob@simon-gaarde.dk * * * * This program is free software; you can redistribute it and/or modify * diff --git a/lib/util/execcommand.cpp b/lib/util/execcommand.cpp index 9692b29e..b3d83746 100644 --- a/lib/util/execcommand.cpp +++ b/lib/util/execcommand.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/execcommand.h b/lib/util/execcommand.h index ca403cfc..abdcd687 100644 --- a/lib/util/execcommand.h +++ b/lib/util/execcommand.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/filetemplate.cpp b/lib/util/filetemplate.cpp index c3538040..e0425614 100644 --- a/lib/util/filetemplate.cpp +++ b/lib/util/filetemplate.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Sandy Meier <smeier@kdevelop.org> + Copyright (C) 2002 Sandy Meier <smeier@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/filetemplate.h b/lib/util/filetemplate.h index 8f863535..a3d2c2dc 100644 --- a/lib/util/filetemplate.h +++ b/lib/util/filetemplate.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/settings.cpp b/lib/util/settings.cpp index 908df54e..f91c91f0 100644 --- a/lib/util/settings.cpp +++ b/lib/util/settings.cpp @@ -35,7 +35,7 @@ TQString Settings::terminalEmulatorName( KConfig & config ) TQString Settings::profileByAttributes(const TQString &language, const TQStringList &keywords) { - KConfig config(locate("data", "kdevelop/profiles/projectprofiles")); + KConfig config(locate("data", "tdevelop/profiles/projectprofiles")); config.setGroup(language); TQStringList profileKeywords = TQStringList::split("/", "Empty"); diff --git a/lib/util/urlutil.cpp b/lib/util/urlutil.cpp index a31aa789..12b00065 100644 --- a/lib/util/urlutil.cpp +++ b/lib/util/urlutil.cpp @@ -30,7 +30,7 @@ #include "urlutil.h" -#include <kdeversion.h> +#include <tdeversion.h> /////////////////////////////////////////////////////////////////////////////// // Namespace URLUtil diff --git a/lib/util/urlutil.h b/lib/util/urlutil.h index 4a063961..d8119292 100644 --- a/lib/util/urlutil.h +++ b/lib/util/urlutil.h @@ -118,10 +118,10 @@ namespace URLUtil * If baseDirUrl == url.path() then it will return ".". * @code * KURL baseUrl, dirUrl; - * baseUrl.setPath( "/home/mario/src/kdevelop/" ); - * dirUrl.setPath( "/home/mario/src/kdevelop/parts/cvs/" ); + * baseUrl.setPath( "/home/mario/src/tdevelop/" ); + * dirUrl.setPath( "/home/mario/src/tdevelop/parts/cvs/" ); * TQString relPathName = extractDirPathRelative( baseUrl, url ); // == "parts/cvs/" - * TQString absPathName = extractDirPathAbsolute( url ); // == "/home/mario/src/kdevelop/parts/cvs/" + * TQString absPathName = extractDirPathAbsolute( url ); // == "/home/mario/src/tdevelop/parts/cvs/" * @endcode * Note that if you pass a file name in @p url (instead of a directory) or the * @p baseUrl is not contained in @p url then the function will return "" (void string). diff --git a/lib/widgets/CMakeLists.txt b/lib/widgets/CMakeLists.txt index aae0455b..b819bc91 100644 --- a/lib/widgets/CMakeLists.txt +++ b/lib/widgets/CMakeLists.txt @@ -30,12 +30,12 @@ install( FILES ksavealldialog.h resizablecombo.h kcomboview.h kdevhtmlpart.h processlinemaker.h processwidget.h fancylistviewitem.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/widgets ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/widgets ) ##### other data ################################ -install( FILES kdevhtml_partui.rc DESTINATION ${DATA_INSTALL_DIR}/kdevelop ) +install( FILES kdevhtml_partui.rc DESTINATION ${DATA_INSTALL_DIR}/tdevelop ) ##### kdevwidgets (shared) ###################### diff --git a/lib/widgets/Mainpage.dox b/lib/widgets/Mainpage.dox index 82ae4551..1208c02f 100644 --- a/lib/widgets/Mainpage.dox +++ b/lib/widgets/Mainpage.dox @@ -5,6 +5,6 @@ This library contains a collection of widgets. <b>Link with</b>: -lkdevwidgets -<b>Include path</b>: -I\$(kde_includes)/kdevelop/widgets +<b>Include path</b>: -I\$(kde_includes)/tdevelop/widgets */ diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index 59962b1c..f42447e7 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO lib_LTLIBRARIES = libkdevwidgets.la -kdevwidgetsincludedir = $(includedir)/kdevelop/widgets +kdevwidgetsincludedir = $(includedir)/tdevelop/widgets libkdevwidgets_la_SOURCES = flagboxes.cpp qcomboview.cpp klistviewaction.cpp \ kcomboview.cpp resizablecombo.cpp kdevhtmlpart.cpp processlinemaker.cpp \ @@ -20,7 +20,7 @@ SUBDIRS = propeditor libkdevwidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la libkdevwidgets_la_LDFLAGS = -no-undefined $(all_libraries) -rcdir = $(kde_datadir)/kdevelop +rcdir = $(kde_datadir)/tdevelop rc_DATA = kdevhtml_partui.rc diff --git a/lib/widgets/fancylistviewitem.cpp b/lib/widgets/fancylistviewitem.cpp index 26677de6..ef911ca0 100644 --- a/lib/widgets/fancylistviewitem.cpp +++ b/lib/widgets/fancylistviewitem.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2006 David Nolden <david.nolden.kdevelop@art-master.de> + Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -20,7 +20,7 @@ #include <tqpixmap.h> #include <tqapplication.h> #include <tqnamespace.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "fancylistviewitem.h" diff --git a/lib/widgets/fancylistviewitem.h b/lib/widgets/fancylistviewitem.h index ab8b3310..49dc5600 100644 --- a/lib/widgets/fancylistviewitem.h +++ b/lib/widgets/fancylistviewitem.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2006 David Nolden <david.nolden.kdevelop@art-master.de> + Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/widgets/flagboxes.cpp b/lib/widgets/flagboxes.cpp index 0f1f9193..038d7936 100644 --- a/lib/widgets/flagboxes.cpp +++ b/lib/widgets/flagboxes.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net> This library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ #include <kurlrequester.h> #include <klineedit.h> #include <kdialogbase.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <tqapplication.h> #include <tqtooltip.h> diff --git a/lib/widgets/flagboxes.h b/lib/widgets/flagboxes.h index ba04fd10..76e7ab84 100644 --- a/lib/widgets/flagboxes.h +++ b/lib/widgets/flagboxes.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net> This library is free software; you can redistribute it and/or diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 690c39ac..bb9bc892 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -22,7 +22,7 @@ KDevHTMLPart::KDevHTMLPart() : KHTMLPart(0L, 0L, 0L, "KDevHTMLPart", DefaultGUI ) { - setXMLFile(locate("data", "kdevelop/kdevhtml_partui.rc"), true); + setXMLFile(locate("data", "tdevelop/kdevhtml_partui.rc"), true); connect(browserExtension(), TQT_SIGNAL(openURLRequestDelayed(const KURL &,const KParts::URLArgs &)), this, TQT_SLOT(openURLRequest(const KURL &)) ); diff --git a/lib/widgets/klistviewaction.h b/lib/widgets/klistviewaction.h index d8f53eb8..dfe3414a 100644 --- a/lib/widgets/klistviewaction.h +++ b/lib/widgets/klistviewaction.h @@ -20,7 +20,7 @@ #define KLISTVIEWACTION_H #include <kxmlguiclient.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kaction.h> class KComboView; diff --git a/lib/widgets/ksavealldialog.cpp b/lib/widgets/ksavealldialog.cpp index 0a922b7d..72618589 100644 --- a/lib/widgets/ksavealldialog.cpp +++ b/lib/widgets/ksavealldialog.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/widgets/ksavealldialog.h b/lib/widgets/ksavealldialog.h index 8aee6870..36b5089a 100644 --- a/lib/widgets/ksavealldialog.h +++ b/lib/widgets/ksavealldialog.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/widgets/processwidget.cpp b/lib/widgets/processwidget.cpp index 3de31905..1b4cb3ab 100644 --- a/lib/widgets/processwidget.cpp +++ b/lib/widgets/processwidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -20,7 +20,7 @@ #include "processwidget.h" #include "processlinemaker.h" -#include <kdeversion.h> +#include <tdeversion.h> #include <tqdir.h> #include <kdebug.h> #include <klocale.h> diff --git a/lib/widgets/processwidget.h b/lib/widgets/processwidget.h index 15ae5b85..5c33dd86 100644 --- a/lib/widgets/processwidget.h +++ b/lib/widgets/processwidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/widgets/propeditor/CMakeLists.txt b/lib/widgets/propeditor/CMakeLists.txt index 792ff33c..08a1b665 100644 --- a/lib/widgets/propeditor/CMakeLists.txt +++ b/lib/widgets/propeditor/CMakeLists.txt @@ -35,7 +35,7 @@ install( FILES pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/propeditor ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/propeditor ) ##### kdevpropertyeditor (shared) ############### diff --git a/lib/widgets/propeditor/Mainpage.dox b/lib/widgets/propeditor/Mainpage.dox index 6bc81be0..a46f0eb5 100644 --- a/lib/widgets/propeditor/Mainpage.dox +++ b/lib/widgets/propeditor/Mainpage.dox @@ -1,9 +1,9 @@ /** @mainpage The KDevelop Property Editing Library -<b>Link with</b>: -lkdevelop +<b>Link with</b>: -ltdevelop -<b>Include path</b>: -I\$(kde_includes)/kdevelop/propeditor +<b>Include path</b>: -I\$(kde_includes)/tdevelop/propeditor \section whatis What is Property Editor? diff --git a/lib/widgets/propeditor/Makefile.am b/lib/widgets/propeditor/Makefile.am index 08fff469..00bc07ca 100644 --- a/lib/widgets/propeditor/Makefile.am +++ b/lib/widgets/propeditor/Makefile.am @@ -10,7 +10,7 @@ pcheckbox.cpp pdateedit.cpp pfontcombo.cpp property.cpp ps pcolorbutton.cpp pdatetimeedit.cpp plineedit.cpp propertyeditor.cpp psizepolicyedit.cpp pyesnobutton.cpp\ pcolorcombo.cpp pdoublenuminput.cpp ppixmapedit.cpp propertylist.cpp pspinbox.cpp propertywidgetproxy.cpp plinestyleedit.cpp qeditlistbox.cpp -kdevpropeditorincludedir = $(includedir)/kdevelop/propeditor +kdevpropeditorincludedir = $(includedir)/tdevelop/propeditor kdevpropeditorinclude_HEADERS = childproperty.h pcombobox.h pdummywidget.h ppointedit.h propertymachinefactory.h pcursoredit.h pfontbutton.h prectedit.h propertywidget.h pdateedit.h pfontcombo.h property.h psizeedit.h pdatetimeedit.h plineedit.h propertyeditor.h psizepolicyedit.h pdoublenuminput.h ppixmapedit.h propertylist.h pspinbox.h propertywidgetproxy.h multiproperty.h pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils diff --git a/lib/widgets/qcomboview.cpp b/lib/widgets/qcomboview.cpp index 68e940ae..2dcfb9f3 100644 --- a/lib/widgets/qcomboview.cpp +++ b/lib/widgets/qcomboview.cpp @@ -14,7 +14,7 @@ **********************************************************************/ #include "qcomboview.h" -#include <kdeversion.h> +#include <tdeversion.h> #ifndef TQT_NO_COMBOBOX #include "tqpopupmenu.h" #include "tqlistview.h" |