diff options
Diffstat (limited to 'lib')
82 files changed, 131 insertions, 131 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 2314d6e7..d590051e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -7,11 +7,11 @@ INCLUDES = $(all_includes) 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/widgets/propeditor/libkdevpropertyeditor.la $(LIB_TDEIO) # $(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 \ -# -ltdetexteditor $(LIB_KPARTS) $(LIB_KIO) -ltdescript +# -ltdetexteditor $(LIB_TDEPARTS) $(LIB_TDEIO) -ltdescript libtdevelop_la_SOURCES = dummy.cpp diff --git a/lib/catalog/catalog.cpp b/lib/catalog/catalog.cpp index 17963ddf..1422a624 100644 --- a/lib/catalog/catalog.cpp +++ b/lib/catalog/catalog.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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 f5e3e2fb..6366b444 100644 --- a/lib/catalog/catalog.h +++ b/lib/catalog/catalog.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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 dfd5a23b..4ac467a9 100644 --- a/lib/catalog/tag.cpp +++ b/lib/catalog/tag.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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 245032ee..d1278286 100644 --- a/lib/catalog/tag.h +++ b/lib/catalog/tag.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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/Makefile.am b/lib/cppparser/Makefile.am index 414fea6f..4e62cebf 100644 --- a/lib/cppparser/Makefile.am +++ b/lib/cppparser/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) AM_CXXFLAGS = -DKDEVELOP_BGPARSER lib_LTLIBRARIES = libkdevcppparser.la libkdevcppparser_la_LDFLAGS = $(all_libraries) -libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interfaces/libkdevinterfaces.la -lDCOP $(LIB_TDEUI) $(LIB_KPARTS) -ltdetexteditor $(LIB_KIO) -ltdescript +libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interfaces/libkdevinterfaces.la -lDCOP $(LIB_TDEUI) $(LIB_TDEPARTS) -ltdetexteditor $(LIB_TDEIO) -ltdescript libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \ lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp diff --git a/lib/cppparser/ast.cpp b/lib/cppparser/ast.cpp index 260dd87b..20cf0fc8 100644 --- a/lib/cppparser/ast.cpp +++ b/lib/cppparser/ast.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 8c185970..4c71855a 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/driver.cpp b/lib/cppparser/driver.cpp index 9dda06d2..c1a6f55a 100644 --- a/lib/cppparser/driver.cpp +++ b/lib/cppparser/driver.cpp @@ -1,6 +1,6 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> - Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2006 David Nolden <david.nolden.kdevelop@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 5e101839..d615a12b 100644 --- a/lib/cppparser/driver.h +++ b/lib/cppparser/driver.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 81c15660..5ce5058d 100644 --- a/lib/cppparser/errors.cpp +++ b/lib/cppparser/errors.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 4898e312..26b63f2c 100644 --- a/lib/cppparser/errors.h +++ b/lib/cppparser/errors.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 82d43aa9..5325c80f 100644 --- a/lib/cppparser/lexer.cpp +++ b/lib/cppparser/lexer.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 adc664e5..10be7705 100644 --- a/lib/cppparser/lexer.h +++ b/lib/cppparser/lexer.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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.cpp b/lib/cppparser/lookup.cpp index 98a607e0..2056d0b4 100644 --- a/lib/cppparser/lookup.cpp +++ b/lib/cppparser/lookup.cpp @@ -1,6 +1,6 @@ /* This file is part of TDevelop Copyright (C) 2005 Tobias Erbsland <te@profzone.ch> - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 811798a3..fff6a8c6 100644 --- a/lib/cppparser/lookup.h +++ b/lib/cppparser/lookup.h @@ -1,6 +1,6 @@ /* This file is part of TDevelop Copyright (C) 2005 Tobias Erbsland <te@profzone.ch> - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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.cpp b/lib/cppparser/parser.cpp index fb1cdac1..5e394b27 100644 --- a/lib/cppparser/parser.cpp +++ b/lib/cppparser/parser.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 c5527516..fbefd8c5 100644 --- a/lib/cppparser/parser.h +++ b/lib/cppparser/parser.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 c6025d73..7ee588b8 100644 --- a/lib/cppparser/tree_parser.cpp +++ b/lib/cppparser/tree_parser.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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 e7ab70bd..e0a56240 100644 --- a/lib/cppparser/tree_parser.h +++ b/lib/cppparser/tree_parser.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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.cpp b/lib/interfaces/KDevCoreIface.cpp index 18b7dc92..aa70e01b 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@tdevelop.org> + Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org> Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.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 d7eb37bd..612c8457 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@tdevelop.org> + Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org> Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.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/Makefile.am b/lib/interfaces/Makefile.am index 75935ca1..1944f4f9 100644 --- a/lib/interfaces/Makefile.am +++ b/lib/interfaces/Makefile.am @@ -14,7 +14,7 @@ libkdevinterfaces_la_SOURCES = kdevcore.cpp kdevproject.cpp \ libkdevinterfaces_la_LDFLAGS = -no-undefined $(all_libraries) libkdevinterfaces_la_LIBADD = $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la \ $(top_builddir)/lib/util/libkdevutil.la \ - $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_KPARTS) -ltdetexteditor -ltdescript -lDCOP + $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_TDEPARTS) -ltdetexteditor -ltdescript -lDCOP tdevelopincludedir = $(includedir)/tdevelop/interfaces tdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \ diff --git a/lib/interfaces/codemodel.cpp b/lib/interfaces/codemodel.cpp index a0ebd157..7829872a 100644 --- a/lib/interfaces/codemodel.cpp +++ b/lib/interfaces/codemodel.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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 b6e03fdb..9e420dc1 100644 --- a/lib/interfaces/codemodel.h +++ b/lib/interfaces/codemodel.h @@ -1,7 +1,7 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2004 Matt Rogers <mattr@kde.org> - Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 deba30d0..9b717fba 100644 --- a/lib/interfaces/codemodel_treeparser.cpp +++ b/lib/interfaces/codemodel_treeparser.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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 7d31b163..96434c4c 100644 --- a/lib/interfaces/codemodel_treeparser.h +++ b/lib/interfaces/codemodel_treeparser.h @@ -1,6 +1,6 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 2c20bd29..c9221ad1 100644 --- a/lib/interfaces/codemodel_utils.cpp +++ b/lib/interfaces/codemodel_utils.cpp @@ -1,6 +1,6 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> - Copyright (C) 2003 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Alexander Dymo <adymo@kdevelop.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 967c06e4..72e55152 100644 --- a/lib/interfaces/codemodel_utils.h +++ b/lib/interfaces/codemodel_utils.h @@ -1,6 +1,6 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> - Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.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/dcop/KDevAppFrontendIface.cpp b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp index 40c75302..1eca4bfc 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@tdevelop.org> - Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.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 17a3bc50..3903e897 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@tdevelop.org> - Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.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 2d23a761..73305e4a 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@tdevelop.org> - Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.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 339b1146..53217359 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@tdevelop.org> - Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.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/kdevappfrontend.h b/lib/interfaces/extensions/kdevappfrontend.h index 7dfb472c..76952f35 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@tdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.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 181b6695..35b98d19 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@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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 89a9e36d..745703e4 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@tdevelop.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + 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> 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 e2a24559..6d4cb2b6 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@tdevelop.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + 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> 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 640db77f..52afa3d3 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@tdevelop.org> - Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.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) 2002 Simon Hausmann <hausmann@kde.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.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 77d6a692..91dce7ca 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@tdevelop.org> + Copyright (C) 2007 Alexander Dymo <adymo@kdevelop.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@tdevelop.org> + Copyright (C) 2007 Alexander Dymo <adymo@kdevelop.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 461b11d7..c4a380cf 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@tdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.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 1cfa45a3..a19c6275 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@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> - Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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/external/Makefile.am b/lib/interfaces/external/Makefile.am index 63d3b4db..4cb7ee10 100644 --- a/lib/interfaces/external/Makefile.am +++ b/lib/interfaces/external/Makefile.am @@ -6,7 +6,7 @@ kinterfacedesignerdir = $(includedir)/kinterfacedesigner kinterfacedesigner_HEADERS = designer.h lib_LTLIBRARIES = libkinterfacedesigner.la -libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_KPARTS) $(LIB_TDEUI) +libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_TDEPARTS) $(LIB_TDEUI) libkinterfacedesigner_la_LDFLAGS = $(all_libraries) libkinterfacedesigner_la_SOURCES = designer.cpp diff --git a/lib/interfaces/extras/kdevcompileroptions.h b/lib/interfaces/extras/kdevcompileroptions.h index a052877f..6544c5d0 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@tdevelop.org> + Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.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 f26349b7..5a6ab429 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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 3715d8b5..793070b3 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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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.cpp b/lib/interfaces/kdevapi.cpp index 0f838783..04cf078d 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@tdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 b118001d..d1f4f5cc 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@tdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 025a5183..26249544 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@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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 f7f53291..4e1dd765 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@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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 4ccfc5eb..dda66cbf 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@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 73048761..fad2891a 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@tdevelop.org> - Copyright (C) 2001 Sandy Meier <smeier@tdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2001 Sandy Meier <smeier@kdevelop.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@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> - Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org> + Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org> Copyright (C) 2003 Hamish Rodda <rodda@kde.org> - Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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.cpp b/lib/interfaces/kdevdesignerintegration.cpp index 7b8364a8..0ba325ab 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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 69bb23ab..528926cb 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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 bd5d40b0..6f8d3dc9 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@tdevelop.org> - * Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + * Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org> + * Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 a3f2ccdd..aa5b560c 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@tdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> - Copyright (C) 2003 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> + Copyright (C) 2003 Alexander Dymo <adymo@kdevelop.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 7753e6b9..42221868 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@tdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> - Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.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 39fc4c10..4b95f669 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@tdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.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 1a2ea9b6..8138ab78 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@tdevelop.org> + Copyright (C) 2003 F@lk Brettschneider <falkbr@kdevelop.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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 0e24c8fc..fd8e6830 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@tdevelop.org> - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2003 Hamish Rodda <rodda@kde.org> - Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org> + Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> - Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 7c978d50..31717446 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@tdevelop.org> - Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> + Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org> Copyright (C) 2003 Julian Rockey <linux@jrockey.com> - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.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@tdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.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.h b/lib/interfaces/kdevplugin.h index 6ff5b462..31cc5550 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@tdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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.cpp b/lib/interfaces/kdevplugincontroller.cpp index 02938bb6..1cc6caa3 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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 5fd75c6f..05ee050b 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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 3ecdba1d..e80385cb 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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 40693db1..ffd1c46e 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@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.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 fdf16da2..e8616df1 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@tdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.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@tdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.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 fbe42ea7..256b0c0c 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@tdevelop.org> - Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org> + Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.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@tdevelop.org> + Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.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/domutil.cpp b/lib/util/domutil.cpp index 1f148fad..43f8d95a 100644 --- a/lib/util/domutil.cpp +++ b/lib/util/domutil.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 7856e3c6..e5614d49 100644 --- a/lib/util/domutil.h +++ b/lib/util/domutil.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 fea82215..0e617762 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@tdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@kdevelop.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 6c9b96a7..7ea1ef5c 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@tdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@kdevelop.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 ac4b018c..c2454580 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@tdevelop.org> + Copyright (C) 2002 Sandy Meier <smeier@kdevelop.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 a3d2c2dc..8f863535 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@tdevelop.org> + Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.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/tdescriptactionmanager.h b/lib/util/tdescriptactionmanager.h index 6c68457b..20133310 100644 --- a/lib/util/tdescriptactionmanager.h +++ b/lib/util/tdescriptactionmanager.h @@ -17,8 +17,8 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef KScriptAction_H -#define KScriptAction_H +#ifndef TDEScriptAction_H +#define TDEScriptAction_H #include <scriptclientinterface.h> #include <tqobject.h> diff --git a/lib/widgets/flagboxes.cpp b/lib/widgets/flagboxes.cpp index 20fc45be..7e643d66 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@tdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.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/flagboxes.h b/lib/widgets/flagboxes.h index 60b9d850..79c77fa7 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@tdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.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/ksavealldialog.cpp b/lib/widgets/ksavealldialog.cpp index be5b658f..9690e8a4 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@tdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@kdevelop.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 d7b989c5..fcd63fc0 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@tdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@kdevelop.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 4f1e6e83..a4188643 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@tdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.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.h b/lib/widgets/processwidget.h index eaffbfc4..a8279477 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@tdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.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/Makefile.am b/lib/widgets/propeditor/Makefile.am index e6217ec6..e07d5c69 100644 --- a/lib/widgets/propeditor/Makefile.am +++ b/lib/widgets/propeditor/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/compat $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libkdevpropertyeditor.la -libkdevpropertyeditor_la_LIBADD = $(LIB_KIO) +libkdevpropertyeditor_la_LIBADD = $(LIB_TDEIO) libkdevpropertyeditor_la_LDFLAGS = -no-undefined $(all_libraries) libkdevpropertyeditor_la_SOURCES = childproperty.cpp pcombobox.cpp pdummywidget.cpp ppointedit.cpp propertymachinefactory.cpp pstringlistedit.cpp\ multiproperty.cpp pcursoredit.cpp pfontbutton.cpp prectedit.cpp propertywidget.cpp psymbolcombo.cpp\ diff --git a/lib/widgets/tdelistviewaction.h b/lib/widgets/tdelistviewaction.h index bf547ab3..43ce2785 100644 --- a/lib/widgets/tdelistviewaction.h +++ b/lib/widgets/tdelistviewaction.h @@ -16,8 +16,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KLISTVIEWACTION_H -#define KLISTVIEWACTION_H +#ifndef TDELISTVIEWACTION_H +#define TDELISTVIEWACTION_H #include <kxmlguiclient.h> #include <tdeversion.h> |