diff options
Diffstat (limited to 'lib/interfaces')
59 files changed, 127 insertions, 127 deletions
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 |